diff options
author | Tony Tam <149837+tonytamsf@users.noreply.github.com> | 2023-02-22 11:14:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 20:14:19 +0100 |
commit | 5c79bc7c4541fbc0788d03adf3c56b483f96dcdb (patch) | |
tree | 81c9409874502db80f982379a2cf3cd482cf98fe /ui/i18n/src/main | |
parent | 25ddd73f244dc6444ed052942d763384f5c58cac (diff) | |
download | AntennaPod-5c79bc7c4541fbc0788d03adf3c56b483f96dcdb.zip |
change iTunes to Apple Podcasts (#6324)
Diffstat (limited to 'ui/i18n/src/main')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index c53c6446b..4f98f2d86 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -719,8 +719,8 @@ <!-- Add podcast fragment --> <string name="search_podcast_hint">Search podcast…</string> - <string name="search_itunes_label">Search iTunes</string> - <string name="search_podcastindex_label">Search Podcastindex.org</string> + <string name="search_itunes_label">Search Apple Podcasts</string> + <string name="search_podcastindex_label">Search Podcast Index</string> <string name="search_fyyd_label">Search fyyd</string> <string name="gpodnet_search_hint">Search gpodder.net</string> <string name="advanced">Advanced</string> @@ -730,7 +730,7 @@ <string name="discover_hide">Hide</string> <string name="discover_is_hidden">You selected to hide suggestions.</string> <string name="discover_more">more »</string> - <string name="discover_powered_by_itunes">Suggestions by iTunes</string> + <string name="discover_powered_by_itunes">Suggestions by Apple Podcasts</string> <string name="discover_confirm">Show suggestions</string> <string name="search_powered_by">Results by %1$s</string> <string name="select_country">Select country</string> |