summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2015-02-23 18:46:27 -0500
committerTom Hennen <TomHennen@users.noreply.github.com>2015-02-23 18:46:27 -0500
commit44f99e3b2fb531f9d07ca6b2f80cefec2fc07d60 (patch)
tree5361cdf6e8b594d9033db2757654d26a7f540f00 /core/src/main/res/values
parent12f70ca7fcc4e651af25acca51d68ef3275ba780 (diff)
parent4b8a3c00caef6b1f9aa21a8a5dacac7bccb6e9f8 (diff)
downloadAntennaPod-44f99e3b2fb531f9d07ca6b2f80cefec2fc07d60.zip
Merge pull request #617 from TomHennen/confirm_mark_all_read_596
Confirm mark all read
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 277d7d3c0..b6b025134 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -79,6 +79,8 @@
<!-- Actions on feeds -->
<string name="mark_all_read_label">Mark all as read</string>
<string name="mark_all_read_msg">Marked all episodes as read</string>
+ <string name="mark_all_read_confirmation_msg">Please confirm that you want to mark all episodes as being read.</string>
+ <string name="mark_all_read_feed_confirmation_msg">Please confirm that you want to mark all episodes in this feed as being read.</string>
<string name="show_info_label">Show information</string>
<string name="remove_feed_label">Remove podcast</string>
<string name="share_link_label">Share website link</string>