diff options
author | orelogo <orelogo@gmail.com> | 2016-07-13 18:53:18 -0400 |
---|---|---|
committer | orelogo <orelogo@gmail.com> | 2016-07-13 18:53:18 -0400 |
commit | b4b51e6e5808ccc443032fbd309854b33363dd1b (patch) | |
tree | d443052381b58ee8785039795a8502573eb726ef /core/src/main/res/values | |
parent | 658594e90f7c94f9ee14b98b97c01be472148b51 (diff) | |
download | AntennaPod-b4b51e6e5808ccc443032fbd309854b33363dd1b.zip |
Search Results: reformat "no result" text for easier translation
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 4ef696deb..d0c2bd8e2 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -421,7 +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> + <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> |