summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-12-17 10:42:09 +0100
committerByteHamster <info@bytehamster.com>2022-12-17 10:43:03 +0100
commitf66e3dd6614dc563bcd4087a7a1f761165491a89 (patch)
tree969be2e09843aa89fcac9f6bd2ec119242a24d0e
parentaa6b7b86f8340b39622e5df87e8aabbd8722739c (diff)
downloadAntennaPod-f66e3dd6614dc563bcd4087a7a1f761165491a89.zip
Rename 'country' to 'select country'
-rw-r--r--app/src/main/res/layout/select_country_dialog.xml2
-rw-r--r--app/src/main/res/menu/countries_menu.xml2
-rw-r--r--ui/i18n/src/main/res/values/strings.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/select_country_dialog.xml b/app/src/main/res/layout/select_country_dialog.xml
index e442a8023..70f93bb77 100644
--- a/app/src/main/res/layout/select_country_dialog.xml
+++ b/app/src/main/res/layout/select_country_dialog.xml
@@ -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">
diff --git a/app/src/main/res/menu/countries_menu.xml b/app/src/main/res/menu/countries_menu.xml
index 7e31b7467..e0bd7dafe 100644
--- a/app/src/main/res/menu/countries_menu.xml
+++ b/app/src/main/res/menu/countries_menu.xml
@@ -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> \ No newline at end of file
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index b2ec9e0fe..5de76ff83 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -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>