summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-07-18 07:43:44 +0200
committerGitHub <noreply@github.com>2016-07-18 07:43:44 +0200
commit44b37fc04303ec1b71d358e3c5b56ee560f9a85d (patch)
tree1ca3cd23dc0c4fd3df154d97797e92962d1ec15f /core/src/main/res/values/strings.xml
parent9d5d3508cf1f0f934dc35c5a075f0e7835dae315 (diff)
parent16e640ab1af3e1a194263910e5594840b5ec3bce (diff)
downloadAntennaPod-44b37fc04303ec1b71d358e3c5b56ee560f9a85d.zip
Merge pull request #2067 from orelogo/develop
Improve search results: "no results" view, no duplicates, transparent played episodes
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index d51062aa3..e243776f5 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -418,12 +418,13 @@
<string name="auto_flattr_ater_end">Flattr episode when playback ends</string>
<!-- Search -->
- <string name="search_hint">Search for Feeds or Episodes</string>
- <string name="found_in_shownotes_label">Found in shownotes</string>
+ <string name="search_hint">Search for episodes</string>
+ <string name="found_in_shownotes_label">Found in show notes</string>
<string name="found_in_chapters_label">Found in chapters</string>
<string name="search_status_no_results">No results were found</string>
<string name="search_label">Search</string>
<string name="found_in_title_label">Found in title</string>
+ <string name="no_results_for_query">No results were found for \"%1$s\"</string>
<!-- OPML import and export -->
<string name="opml_import_txtv_button_lable">OPML files allow you to move your podcasts from one podcatcher to another.</string>