diff options
author | ByteHamster <info@bytehamster.com> | 2017-04-15 10:28:29 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2017-04-15 10:28:45 +0200 |
commit | cb3501342e2a8d3fb32c12c40f60d3006fbb17dc (patch) | |
tree | 295b2701539ff05bcbfe6e077db2b86244fcb623 /core/src/main/res/values | |
parent | 639ff81f8c4d8d4648fe4a52bd1c7d05b439d7e2 (diff) | |
download | AntennaPod-cb3501342e2a8d3fb32c12c40f60d3006fbb17dc.zip |
Added feed title to delete confirmation
Closes #2291
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 ebddeb243..d9b474de6 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -124,7 +124,7 @@ <string name="share_feed_url_label">Share Feed URL</string> <string name="share_item_url_label">Share Episode File URL</string> <string name="share_item_url_with_position_label">Share Episode File URL with Position</string> - <string name="feed_delete_confirmation_msg">Please confirm that you want to delete this feed and ALL episodes of this feed that you have downloaded.</string> + <string name="feed_delete_confirmation_msg">Please confirm that you want to delete the feed \"%1$s\" and ALL episodes of this feed that you have downloaded.</string> <string name="feed_remover_msg">Removing Feed</string> <string name="load_complete_feed">Refresh complete Feed</string> <string name="hide_episodes_title">Hide Episodes</string> |