diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2015-01-26 20:05:38 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2015-01-26 20:05:38 +0100 |
commit | 212644aebda8c73b5408f72a951abb1be2db45d1 (patch) | |
tree | d1e5d8e9b5059a4e182ccca2c6f9eca907f497f9 /core | |
parent | 6f8fd4868d69edeec20c3f10cfc6751841e443a3 (diff) | |
download | AntennaPod-212644aebda8c73b5408f72a951abb1be2db45d1.zip |
Clarified preference title and summary
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index b68013674..277d7d3c0 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -243,8 +243,8 @@ <string name="pref_automatic_download_sum">Configure the automatic download of episodes.</string> <string name="pref_autodl_wifi_filter_title">Enable Wi-Fi filter</string> <string name="pref_autodl_wifi_filter_sum">Allow automatic download only for selected Wi-Fi networks.</string> - <string name="pref_automatic_download_on_battery_title">Automatic download on battery</string> - <string name="pref_automatic_download_on_battery_sum">Allow automatic download while on battery</string> + <string name="pref_automatic_download_on_battery_title">Download when not charging</string> + <string name="pref_automatic_download_on_battery_sum">Allow automatic download when the battery is not charging</string> <string name="pref_episode_cache_title">Episode cache</string> <string name="pref_theme_title_light">Light</string> <string name="pref_theme_title_dark">Dark</string> |