diff options
author | ByteHamster <info@bytehamster.com> | 2019-06-05 23:50:52 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-06-05 23:50:52 +0200 |
commit | 6712711ab266862f268b4d764f0c40cf88b15bb2 (patch) | |
tree | 9124171781d1e41d58da82c463c3b21903de1614 /core | |
parent | 405db1f1691bb4f3aa6edff03701dc4a0842617b (diff) | |
download | AntennaPod-6712711ab266862f268b4d764f0c40cf88b15bb2.zip |
Clarified setting
Diffstat (limited to 'core')
-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 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> |