summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authortxtd <txtd@users.noreply.github.com>2020-01-09 00:23:53 +0100
committerByteHamster <info@bytehamster.com>2020-01-11 11:26:34 +0100
commitce659f5cb22c4546969b7c544468b5f787e5e2de (patch)
tree0884fda14fc87ff949c063dfb905efcb908b1bc1 /core
parente1f3452e619fd0fa7406611846a832d85eb1da12 (diff)
downloadAntennaPod-ce659f5cb22c4546969b7c544468b5f787e5e2de.zip
Show mark as read rather than mark as played in case item has no media
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index ce6a0e41d..e8d8feebe 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -179,11 +179,14 @@
<string name="removed_new_flag_label">Removed \"new\" flag</string>
<string name="mark_read_label">Mark as played</string>
<string name="marked_as_read_label">Marked as played</string>
+ <string name="mark_read_no_media_label">Mark as read</string>
+ <string name="marked_as_read_no_media_label">Marked as read</string>
<plurals name="marked_read_batch_label">
<item quantity="one">%d episode marked as played.</item>
<item quantity="other">%d episodes marked as played.</item>
</plurals>
<string name="mark_unread_label">Mark as unplayed</string>
+ <string name="mark_unread_label_no_media">Mark as unread</string>
<plurals name="marked_unread_batch_label">
<item quantity="one">%d episode marked as unplayed.</item>
<item quantity="other">%d episodes marked as unplayed.</item>