diff options
author | RafaelBo <77226971+RafaelBod@users.noreply.github.com> | 2021-10-13 22:28:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 22:28:46 +0200 |
commit | 66250bebea5e2bef515651d310811ea7682a3c13 (patch) | |
tree | feba12de54176772e0771e770d05d552727d8a6a /core/src/main/res/values | |
parent | 5d01b80b9d3e8befb386c7ff7ca2e0a179fa3ed1 (diff) | |
download | AntennaPod-66250bebea5e2bef515651d310811ea7682a3c13.zip |
Add prompt logic in mobile feed refresh (#5462)
Diffstat (limited to 'core/src/main/res/values')
-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 1376622c5..5d86109c3 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -188,6 +188,7 @@ <item quantity="other">%d subscriptions updated.</item> </plurals> <string name="add_to_folder">Add to folder</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> <!-- actions on feeditems --> <string name="download_label">Download</string> |