diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2016-01-25 13:07:25 -0500 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2016-01-25 13:07:25 -0500 |
commit | 8b0dac05c93e9e743a22fca3596775c367041855 (patch) | |
tree | 55f9b268a1e1eb58dd0f76989a856449c24445a1 /core/src/main/res/values | |
parent | 672c03e41a9663ecb6787047d6176c40b0deed33 (diff) | |
download | AntennaPod-8b0dac05c93e9e743a22fca3596775c367041855.zip |
updated hint, allow multiple lines in the filter box
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 717c5e9c3..b8f6f7065 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -535,7 +535,7 @@ <string name="episode_filters_description">List of terms used to decide if an episode should be included or excluded when auto downloading</string> <string name="episode_filters_include">Include</string> <string name="episode_filters_exclude">Exclude</string> - <string name="episode_filters_hint">Filter text</string> + <string name="episode_filters_hint">Single words \n\"Multiple Words\"</string> <!-- Progress information --> <string name="progress_upgrading_database">Upgrading the database</string> |