diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-01-30 13:43:16 -0500 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-01-30 13:43:16 -0500 |
commit | 4b8a3c00caef6b1f9aa21a8a5dacac7bccb6e9f8 (patch) | |
tree | d55eccba2fe67725edc15e104178b5881ed7fe8b /core | |
parent | 49c714a5a5720eb2abb42f178088475084b41031 (diff) | |
download | AntennaPod-4b8a3c00caef6b1f9aa21a8a5dacac7bccb6e9f8.zip |
added feed specific mark_all_read confirmation dialog. #596
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
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 be004be26..b6b025134 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -80,6 +80,7 @@ <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> |