diff options
author | ByteHamster <info@bytehamster.com> | 2022-03-16 22:57:06 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-03-20 11:19:04 +0100 |
commit | 5cf6051d8817f90072ca631c84b84e71e945a029 (patch) | |
tree | 59314aa1af581d4b08bb15ea09a8fd273c060185 /core/src/main/res/values | |
parent | 60e2c2e113e7313f9d3026d20bf595473a5667c1 (diff) | |
download | AntennaPod-5cf6051d8817f90072ca631c84b84e71e945a029.zip |
Add button to always refresh over mobile data
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 1196c0eee..d9ed1262b 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -188,7 +188,7 @@ </plurals> <string name="edit_tags">Edit tags</string> <string name="rename_tag_label">Rename tag</string> - <string name="confirm_mobile_feed_refresh_dialog_message">Downloading episodes over mobile data connection is disabled in the settings.\n\nDo you still want to refresh all podcasts over mobile data?</string> + <string name="confirm_mobile_feed_refresh_dialog_message">Refreshing podcasts over mobile data connection is disabled in the settings.\n\nDo you want to refresh anyway?</string> <!-- actions on feeditems --> <string name="download_label">Download</string> |