diff options
author | ByteHamster <info@bytehamster.com> | 2022-05-08 11:24:59 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-05-08 21:28:59 +0200 |
commit | 934e2802f8a6f9552489726ef1a43f1476eda233 (patch) | |
tree | c7a4d52ee30d17f305b6624cf02e9563f32d906d /ui | |
parent | 2e999aef6271664578f95a9cf2a365857525b4ac (diff) | |
download | AntennaPod-934e2802f8a6f9552489726ef1a43f1476eda233.zip |
Remove 'mark all as read' button
Now available through multi-select
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index f42188982..836c418a9 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -152,10 +152,6 @@ <string name="new_episode_notification_group_text">Your subscriptions have new episodes.</string> <!-- Actions on feeds --> - <string name="mark_all_read_label">Mark all as played</string> - <string name="mark_all_read_msg">Marked all Episodes as played</string> - <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 podcast as being played.</string> <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> |