diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-08-30 18:06:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 18:06:16 +0200 |
commit | 13c2e1b3a1a525bdee75c2f1725431db9d2d2207 (patch) | |
tree | ea869e155ae4d3c86d8bd812b01fada5e9f80367 | |
parent | c008c08e4f648d69b34c1b7b96913fbc43481e1e (diff) | |
download | AntennaPod-13c2e1b3a1a525bdee75c2f1725431db9d2d2207.zip |
Be more detailed about what is deleted when unsubscribing (#7363)
-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 0f394c792..ea9d23fb0 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -186,9 +186,9 @@ <string name="remove_feed_label">Remove podcast</string> <string name="share_label">Share</string> <string name="share_file_label">Share file</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_delete_confirmation_msg">Please confirm that you want to delete the podcast \"%1$s\", ALL its episodes (including downloaded episodes), playback history, 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), playback history, and its statistics.</string> + <string name="feed_delete_confirmation_local_msg">Please confirm that you want to remove the podcast \"%1$s\", its playback history, 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> |