Merge pull request #6239 from ByteHamster/select-country

Rename 'country' to 'select country'
This commit is contained in:
ByteHamster 2022-12-18 17:43:01 +01:00 committed by GitHub
commit a7e5f2f4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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>