diff options
author | ByteHamster <info@bytehamster.com> | 2022-05-08 11:46:21 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-05-08 21:28:59 +0200 |
commit | 850529856a0dfdab701b6720f35f15ee13a090c2 (patch) | |
tree | 6a2ef8321725d65045f1883c59380849c70fb825 /ui | |
parent | 934e2802f8a6f9552489726ef1a43f1476eda233 (diff) | |
download | AntennaPod-850529856a0dfdab701b6720f35f15ee13a090c2.zip |
Confirm mark as played/unplayed
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 2 |
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> |