1
0
Fork 0

For #6851 Update text copy of option to add custom search engine

master
mcarare 2020-01-03 17:01:52 +02:00 committed by Mihai Adrian
parent ea2411a88b
commit 8aa04c048e
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/radio_button_padding_horizontal"
android:text="@string/search_add_custom_engine_label"
android:text="@string/search_add_custom_engine_label_other"
app:layout_constraintStart_toEndOf="@id/radio_button"
app:layout_constraintTop_toTopOf="@id/radio_button"
app:layout_constraintBottom_toBottomOf="@id/radio_button"

View File

@ -1091,7 +1091,7 @@
<string name="search_engine_delete">Delete</string>
<!-- Text for the button to create a custom search engine on the Add search engine screen -->
<string name="search_add_custom_engine_label">Custom</string>
<string name="search_add_custom_engine_label_other">Other</string>
<!-- Placeholder text shown in the Search Engine Name TextField before a user enters text -->
<string name="search_add_custom_engine_name_hint">Name</string>
<!-- Placeholder text shown in the Search String TextField before a user enters text -->