diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-06-13 21:55:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 21:55:33 +0200 |
commit | 3331b663e144204ae21fe7cbba637baa907036b6 (patch) | |
tree | fedbea17537e90d72b1260f173f6de184355e18e /core/src | |
parent | 2949fe61b6f0f44686cceafa103b41becdb8ecc8 (diff) | |
parent | d2b3d5f220e5ff6f182f3c9839e86848e42b58b9 (diff) | |
download | AntennaPod-3331b663e144204ae21fe7cbba637baa907036b6.zip |
Merge pull request #3213 from fabolhak/add_episode_cache_summary
add pref_episode_cache_summary
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 9ab5ff4dd..d67e9d417 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -449,6 +449,7 @@ <string name="pref_automatic_download_on_battery_sum">Allow automatic download when the battery is not charging</string> <string name="pref_parallel_downloads_title">Parallel Downloads</string> <string name="pref_episode_cache_title">Episode Cache</string> + <string name="pref_episode_cache_summary">Total number of downloaded episodes cached on the device. Automatic download will be suspended if this number is reached.</string> <string name="pref_theme_title_light">Light</string> <string name="pref_theme_title_dark">Dark</string> <string name="pref_theme_title_trueblack">Black (AMOLED ready)</string> |