diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-10-08 09:47:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-08 09:47:48 +0200 |
commit | 6ff24f99b57c0bb2a5b5d286df0a8ab37cc5f218 (patch) | |
tree | 01e16dbea4b4abbf5f661d46768122a2b5a44bc0 /core/src/main/res/values | |
parent | fcf888237fa7660effb5f1c0a0ec7cb7286adbcf (diff) | |
parent | 342fea036096663858f533a307a71f9eee767887 (diff) | |
download | AntennaPod-6ff24f99b57c0bb2a5b5d286df0a8ab37cc5f218.zip |
Merge pull request #2140 from mfietz/2094-mark-seen-confirmation-dialog
Show "mark all as seen" confirmation dialog
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
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 e995a8040..69f1ba4e9 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -111,6 +111,8 @@ <string name="mark_all_read_confirmation_msg">Please confirm that you want to mark all episodes as being played.</string> <string name="mark_all_read_feed_confirmation_msg">Please confirm that you want to mark all episodes in this feed as being played.</string> <string name="mark_all_seen_label">Mark all as seen</string> + <string name="mark_all_seen_msg">Marked all Episodes as seen</string> + <string name="mark_all_seen_confirmation_msg">Please confirm that you want to mark all episodes as seen.</string> <string name="show_info_label">Show information</string> <string name="remove_feed_label">Remove Podcast</string> <string name="share_label">Share…</string> |