diff options
author | ByteHamster <info@bytehamster.com> | 2020-08-18 17:41:32 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-08-30 08:56:10 +0200 |
commit | d6b473302fadaebf8328893ebb714ce65b46b893 (patch) | |
tree | 5617454cd6321d2fbb8f2053e2846e4878678e85 /core/src/main/res | |
parent | 3bc94df9321385a633c87492f2f5d52f288c7793 (diff) | |
download | AntennaPod-d6b473302fadaebf8328893ebb714ce65b46b893.zip |
Added "powered by" text to search and suggestions
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 1059a55c1..2aae544da 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -720,7 +720,8 @@ <string name="browse_gpoddernet_label">Browse gpodder.net</string> <string name="discover">Discover</string> <string name="discover_more">more ยป</string> - <string name="search_powered_by">Search powered by %1$s</string> + <string name="discover_powered_by_itunes">Suggestions by iTunes</string> + <string name="search_powered_by">Results by %1$s</string> <string name="filter">Filter</string> |