diff options
author | Tom Hennen <TomHennen@users.noreply.github.com> | 2016-01-22 16:22:14 -0500 |
---|---|---|
committer | Tom Hennen <TomHennen@users.noreply.github.com> | 2016-01-22 16:22:14 -0500 |
commit | 3053e1c91191da2f29a147c08d132106a9408559 (patch) | |
tree | 2524dec5625686f90b8efa1ac8a79f8012615f39 | |
parent | 5d89099208f0ba5e775ffa27d9764c519ca3be7b (diff) | |
parent | 76538cb9123d2091ab8cd52b669f7cd918fa943d (diff) | |
download | AntennaPod-3053e1c91191da2f29a147c08d132106a9408559.zip |
Merge pull request #1564 from keunes/patch-2
Update Episode Cleanup description
-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 50100e56b..303ca307f 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -283,7 +283,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> |