summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorHerbert Reiter <46045854+damoasda@users.noreply.github.com>2020-07-21 09:50:20 +0200
committerGitHub <noreply@github.com>2020-07-21 09:50:20 +0200
commit9d76676421f8f422fa7559f3ca34d9557bf7f8a0 (patch)
tree1f58104fae045aefc5ee045148ea0adb880147d0 /core/src
parent9cd1c9490600402276e7216ee009b91d5b4ec485 (diff)
downloadAntennaPod-9d76676421f8f422fa7559f3ca34d9557bf7f8a0.zip
Do not warn that all files are deleted when removing a local feed
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml1
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 4f94a141a..a0408a07a 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -145,6 +145,7 @@
<string name="share_item_url_label">Share Media File URL</string>
<string name="share_item_url_with_position_label">Share Media File URL with Position</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_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_remover_msg">Removing podcast</string>
<string name="load_complete_feed">Refresh complete podcast</string>
<string name="multi_select">Multi select</string>