diff options
author | Koen Glotzbach <koen.glotzbach@gmail.com> | 2016-01-17 17:46:15 +0100 |
---|---|---|
committer | Koen Glotzbach <koen.glotzbach@gmail.com> | 2016-01-17 17:46:15 +0100 |
commit | 76538cb9123d2091ab8cd52b669f7cd918fa943d (patch) | |
tree | 5bf334b364a60f7bd86215d7912f0fbd661ca362 /core/src/main/res/values | |
parent | d487949a3680f3d8ef6d766cea60cd154d7f7f05 (diff) | |
download | AntennaPod-76538cb9123d2091ab8cd52b669f7cd918fa943d.zip |
Update strings.xml
Include in description what triggers Episode Cleanup (ie Auto Downloads)
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 726697602..25ef37d34 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -280,7 +280,7 @@ <string name="services_label">Services</string> <string name="flattr_label">Flattr</string> <string name="pref_episode_cleanup_title">Episode Cleanup</string> - <string name="pref_episode_cleanup_summary">Episodes that aren\'t in the queue and aren\'t favorites should be eligible for removal if space is needed</string> + <string name="pref_episode_cleanup_summary">Episodes that aren\'t in the queue and aren\'t favorites should be eligible for removal if Auto Download needs space for new episodes</string> <string name="pref_pauseOnDisconnect_sum">Pause playback when headphones or bluetooth are disconnected</string> <string name="pref_unpauseOnHeadsetReconnect_sum">Resume playback when the headphones are reconnected</string> <string name="pref_unpauseOnBluetoothReconnect_sum">Resume playback when bluetooth reconnects</string> |