summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2016-01-25 12:27:42 -0500
committerTom Hennen <tom.hennen@gmail.com>2016-01-25 12:27:42 -0500
commit672c03e41a9663ecb6787047d6176c40b0deed33 (patch)
tree70bba12f707f048cca22ab6eb52931336aece6b7 /core/src
parent3912f3334244a7e29f57af1501018dd6c6c39316 (diff)
downloadAntennaPod-672c03e41a9663ecb6787047d6176c40b0deed33.zip
enable/disable controls based on auto-download setting
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 3e0aa6538..717c5e9c3 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -530,8 +530,9 @@
<!-- Feed information screen -->
<string name="authentication_label">Authentication</string>
<string name="authentication_descr">Change your username and password for this podcast and its episodes.</string>
+ <string name="auto_download_settings_label">Auto Download Settings</string>
<string name="episode_filters_label">Episode Filter</string>
- <string name="episode_filters_description">List of terms used to decide if an episode should be included or excluded from being autodownloaded</string>
+ <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>