diff options
author | ByteHamster <info@bytehamster.com> | 2022-12-17 10:42:09 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-12-17 10:43:03 +0100 |
commit | f66e3dd6614dc563bcd4087a7a1f761165491a89 (patch) | |
tree | 969be2e09843aa89fcac9f6bd2ec119242a24d0e /ui/i18n/src | |
parent | aa6b7b86f8340b39622e5df87e8aabbd8722739c (diff) | |
download | AntennaPod-f66e3dd6614dc563bcd4087a7a1f761165491a89.zip |
Rename 'country' to 'select country'
Diffstat (limited to 'ui/i18n/src')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |