diff options
author | ByteHamster <info@bytehamster.com> | 2021-08-20 20:34:33 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-08-22 10:56:41 +0200 |
commit | 61e86151c686bda0ce26fdccc6c6afa4f070ee40 (patch) | |
tree | 3c05b5bc1e5b262d9f0a9cc7641d2685d27b4450 /core/src/main/res/values | |
parent | db391867608fa37f6568eca02678b3b376e52fa8 (diff) | |
download | AntennaPod-61e86151c686bda0ce26fdccc6c6afa4f070ee40.zip |
Move queue lock feature to the overflow menu
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 20efa320f..279512a3c 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -304,7 +304,6 @@ <!-- Queue operations --> <string name="lock_queue">Lock Queue</string> - <string name="unlock_queue">Unlock Queue</string> <string name="queue_locked">Queue locked</string> <string name="queue_unlocked">Queue unlocked</string> <string name="queue_lock_warning">If you lock the queue, you can no longer swipe or reorder episodes.</string> |