diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-31 09:15:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 09:15:53 +0200 |
commit | 4e47691e70e85736c7eeb30ce02c73176e565a86 (patch) | |
tree | 5e419cbcbd7095057fb07d34d753b27502901140 /ui/i18n | |
parent | 86ff7f540b7a3b2168d5aa85027865c6d7af450f (diff) | |
download | AntennaPod-4e47691e70e85736c7eeb30ce02c73176e565a86.zip |
Remove gpodder search (#7047)
The search results are usually broken anyway
or the server just returns an error 500
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 0740b2734..8b7f8b9ea 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -761,7 +761,6 @@ <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> <string name="add_podcast_by_url">Add podcast by RSS address</string> <string name="add_podcast_by_url_hint" translatable="false">www.example.com/feed</string> |