summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-05-01 16:11:04 +0200
committerByteHamster <info@bytehamster.com>2021-05-01 16:23:03 +0200
commit78db02d7a7f39c97e7ed8ec44e7adc03508a979c (patch)
tree2e0cc408c523caece340b93a39038362c583edf9 /core/src/main/res/values
parentd08a9c423ef7122dfbcd55d5f7bcedccc2aea21c (diff)
downloadAntennaPod-78db02d7a7f39c97e7ed8ec44e7adc03508a979c.zip
Don't mark episodes as played when removing from queue
Was introduced in 67d2287323260e0bcbfcd644a33da5402c29b383 but I am not sure why. It is not really logical to do - removing from the queue just means that one is no longer interested in the episode - not that it was actually played.
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index a037ac7a4..7da4cf39c 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -197,9 +197,7 @@
<string name="remove_new_flag_label">Remove \"new\" flag</string>
<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>
<string name="play_this_to_seek_position">To jump to positions, you need to play the episode</string>
<plurals name="marked_read_batch_label">
<item quantity="one">%d episode marked as played.</item>