Merge pull request #6239 from ByteHamster/select-country
Rename 'country' to 'select country'
This commit is contained in:
commit
a7e5f2f4ae
|
@ -11,7 +11,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="20dp"
|
||||
android:hint="@string/country"
|
||||
android:hint="@string/select_country"
|
||||
app:endIconMode="none"
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu">
|
||||
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
<item
|
||||
android:id="@+id/discover_countries_item"
|
||||
android:enabled="true"
|
||||
android:title="@string/country"
|
||||
android:title="@string/select_country"
|
||||
android:visible="true" />
|
||||
</menu>
|
|
@ -727,7 +727,7 @@
|
|||
<string name="discover_powered_by_itunes">Suggestions by iTunes</string>
|
||||
<string name="discover_confirm">Show suggestions</string>
|
||||
<string name="search_powered_by">Results by %1$s</string>
|
||||
<string name="country">Country</string>
|
||||
<string name="select_country">Select country</string>
|
||||
|
||||
<!-- Local feeds -->
|
||||
<string name="add_local_folder">Add local folder</string>
|
||||
|
|
Loading…
Reference in New Issue