diff options
author | Keunes <11229646+keunes@users.noreply.github.com> | 2023-03-23 21:39:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 21:39:14 +0100 |
commit | 214bf974cff3041dfc157360d026f61e371aa95e (patch) | |
tree | 1f75600c1799cc5fc273b568e0255329217cc909 /ui/i18n/src/main | |
parent | 4f7f49e1e714ce41320fff569272a1423198b2f3 (diff) | |
download | AntennaPod-214bf974cff3041dfc157360d026f61e371aa95e.zip |
Mention in statistics to warning when deleting podcast(s) (#6393)
Diffstat (limited to 'ui/i18n/src/main')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 32db0dcac..e45cfd481 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -178,9 +178,9 @@ <string name="share_label">Share</string> <string name="share_file_label">Share File</string> <string name="share_rss_address_label">RSS address:</string> - <string name="feed_delete_confirmation_msg">Please confirm that you want to delete the podcast \"%1$s\" and ALL its episodes (including downloaded episodes).</string> - <string name="feed_delete_confirmation_msg_batch">Please confirm that you want to remove the selected podcasts and ALL their episodes (including downloaded episodes).</string> - <string name="feed_delete_confirmation_local_msg">Please confirm that you want to remove the podcast \"%1$s\". The files in the local source folder will not be deleted.</string> + <string name="feed_delete_confirmation_msg">Please confirm that you want to delete the podcast \"%1$s\", ALL its episodes (including downloaded episodes), and its statistics.</string> + <string name="feed_delete_confirmation_msg_batch">Please confirm that you want to remove the selected podcasts, ALL their episodes (including downloaded episodes), and its statistics.</string> + <string name="feed_delete_confirmation_local_msg">Please confirm that you want to remove the podcast \"%1$s\" and its statistics. The files in the local source folder will not be deleted.</string> <string name="feed_remover_msg">Removing podcast</string> <string name="load_complete_feed">Refresh complete podcast</string> <string name="multi_select">Multi select</string> |