summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-05-08 11:46:21 +0200
committerByteHamster <info@bytehamster.com>2022-05-08 21:28:59 +0200
commit850529856a0dfdab701b6720f35f15ee13a090c2 (patch)
tree6a2ef8321725d65045f1883c59380849c70fb825 /ui
parent934e2802f8a6f9552489726ef1a43f1476eda233 (diff)
downloadAntennaPod-850529856a0dfdab701b6720f35f15ee13a090c2.zip
Confirm mark as played/unplayed
Diffstat (limited to 'ui')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index 836c418a9..8c8dd1b2f 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -155,6 +155,8 @@
<string name="remove_all_inbox_label">Remove all from inbox</string>
<string name="removed_all_inbox_msg">Removed all from inbox</string>
<string name="remove_all_inbox_confirmation_msg">Please confirm that you want to remove all from the inbox.</string>
+ <string name="multi_select_mark_played_confirmation">Please confirm that you want to mark all selected items as played.</string>
+ <string name="multi_select_mark_unplayed_confirmation">Please confirm that you want to mark all selected items as unplayed.</string>
<string name="show_info_label">Show information</string>
<string name="show_feed_settings_label">Show podcast settings</string>
<string name="feed_settings_label">Podcast settings</string>