summaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-09-20 22:15:26 +0200
committerGitHub <noreply@github.com>2019-09-20 22:15:26 +0200
commitc9a71b943d21c4a6dd369a2336612b5453a9fd28 (patch)
treee663d6d08fb25f0f5288ba86c43ac991c9a077c9 /core/src/main
parent569ee7cfdc843bf837fcac3c59f64c33277b7b35 (diff)
parentaaafd5d7156418d277760a2e0b689ffa66189437 (diff)
downloadAntennaPod-c9a71b943d21c4a6dd369a2336612b5453a9fd28.zip
Merge pull request #3412 from ByteHamster/lock-queue
Added warning when locking the queue
Diffstat (limited to 'core/src/main')
-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 7ef2028d7..b9793151c 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -275,6 +275,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="move_to_top_label">Move to top</string>