diff options
author | ByteHamster <info@bytehamster.com> | 2021-08-08 13:32:21 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-08-08 13:48:38 +0200 |
commit | 9de72a2cab66e852735dd0c9cb6e1452b00fc250 (patch) | |
tree | a0b785896c6499c3fac1418bf3c4599411d9f2c1 /core | |
parent | 90ad1adbc84bfbeeee3f448ce3f83c655433c7c6 (diff) | |
download | AntennaPod-9de72a2cab66e852735dd0c9cb6e1452b00fc250.zip |
Live results in local search
Diffstat (limited to 'core')
-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 670c74993..8aabe50b7 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -550,6 +550,7 @@ <!-- Search --> <string name="search_status_no_results">No results were found</string> + <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> |