diff options
author | orelogo <orelogo@gmail.com> | 2016-07-12 15:39:58 -0400 |
---|---|---|
committer | orelogo <orelogo@gmail.com> | 2016-07-12 15:39:58 -0400 |
commit | 3863a5d19007deb62c97c07ee288cc86cca6f7ec (patch) | |
tree | 09e29049823bcb9e498ebe92f948eb4820f6245f /core/src/main/res/values | |
parent | 88516d29caa7d9a331380287f1cb2fe72fce3906 (diff) | |
download | AntennaPod-3863a5d19007deb62c97c07ee288cc86cca6f7ec.zip |
Add 'no result' text to unmatched search results
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 783f6c1d9..4ef696deb 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -421,6 +421,7 @@ <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</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> |