diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2020-08-30 09:34:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 09:34:55 +0200 |
commit | a5cacffaf565cbc381e3268cc8cf96a3e59bf7e1 (patch) | |
tree | 939e4ba149db2d35e578dce7d9dd7172eb185293 /core | |
parent | d0a23cd017655da2f87e7cd485a77df98b6a8660 (diff) | |
parent | d6b473302fadaebf8328893ebb714ce65b46b893 (diff) | |
download | AntennaPod-a5cacffaf565cbc381e3268cc8cf96a3e59bf7e1.zip |
Merge pull request #4369 from ByteHamster/powered-by
Showing "powered by" for search and suggestions
Diffstat (limited to 'core')
-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> |