summaryrefslogtreecommitdiff
path: root/ui/i18n/src
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-10-13 17:31:09 +0200
committerGitHub <noreply@github.com>2023-10-13 17:31:09 +0200
commit58484d5790cd8410368f989e1ce3390a666a4346 (patch)
tree9a4ff81c81e6d2626e712da2a111014b8def9320 /ui/i18n/src
parent2ee2cb67029c27200324884127f556d89e2e9460 (diff)
downloadAntennaPod-58484d5790cd8410368f989e1ce3390a666a4346.zip
Add 'Search online' button if local search has no results (#6681)
Diffstat (limited to 'ui/i18n/src')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index a83ada10a..6091afcc4 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -545,6 +545,7 @@
<string name="type_to_search">Type a query to search</string>
<string name="search_label">Search</string>
<string name="no_results_for_query">No results were found for \"%1$s\"</string>
+ <string name="search_online">Search online</string>
<!-- Synchronization -->
<string name="sync_status_started">Sync started</string>