summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-09-11 22:33:16 +0200
committerByteHamster <info@bytehamster.com>2019-09-11 22:33:16 +0200
commitfacc5dccf5a6328ba7f86996836e410aa8bf62f4 (patch)
treeb6facac504249ffedb1899bd3b0c13ffe934ca65 /core
parent1f2511ddd96ec5fc3e43018999c3d299d5f9a2aa (diff)
downloadAntennaPod-facc5dccf5a6328ba7f86996836e410aa8bf62f4.zip
Added warning when locking queue
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index c9c6506a9..52f2d014d 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -293,6 +293,8 @@
<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>
+ <string name="checkbox_do_not_show_again">Do not show again</string>
<string name="clear_queue_label">Clear Queue</string>
<string name="undo">Undo</string>
<string name="removed_from_queue">Item removed</string>