diff options
author | orelogo <orelogo@gmail.com> | 2016-07-18 01:10:31 -0400 |
---|---|---|
committer | orelogo <orelogo@gmail.com> | 2016-07-18 01:10:31 -0400 |
commit | 16e640ab1af3e1a194263910e5594840b5ec3bce (patch) | |
tree | 06ae1a060df61225273976caa79a5bef414fe4ad /core/src/main/res/values | |
parent | b4b51e6e5808ccc443032fbd309854b33363dd1b (diff) | |
download | AntennaPod-16e640ab1af3e1a194263910e5594840b5ec3bce.zip |
Search Results: Clarify documentation and strings`
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index d0c2bd8e2..a029b190d 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -415,8 +415,8 @@ <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> |