summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-06-06 00:18:51 +0200
committerGitHub <noreply@github.com>2019-06-06 00:18:51 +0200
commit2949fe61b6f0f44686cceafa103b41becdb8ecc8 (patch)
treefa56850655889ee5f070e9c81371d62c9b8c509f /core/src
parent80ecfacb81cea27f2c78256dec33bcffb853e31d (diff)
parent6712711ab266862f268b4d764f0c40cf88b15bb2 (diff)
downloadAntennaPod-2949fe61b6f0f44686cceafa103b41becdb8ecc8.zip
Merge pull request #3218 from ByteHamster/mobile-download
Clarified mobile updates setting
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml2
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 b11f47129..9ab5ff4dd 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -414,7 +414,7 @@
<string name="pref_unpauseOnHeadsetReconnect_title">Headphones Reconnect</string>
<string name="pref_unpauseOnBluetoothReconnect_title">Bluetooth Reconnect</string>
<string name="pref_mobileUpdate_title">Mobile Updates</string>
- <string name="pref_mobileUpdate_sum">Allow updates over the mobile data connection</string>
+ <string name="pref_mobileUpdate_sum">Allow updates and manual episode downloads over the mobile data connection</string>
<string name="pref_mobileUpdate_nothing">Nothing</string>
<string name="pref_mobileUpdate_images">Images only</string>
<string name="pref_mobileUpdate_everything">Everything</string>