diff options
author | ByteHamster <info@bytehamster.com> | 2019-09-11 22:33:16 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-09-11 22:33:16 +0200 |
commit | facc5dccf5a6328ba7f86996836e410aa8bf62f4 (patch) | |
tree | b6facac504249ffedb1899bd3b0c13ffe934ca65 /core/src/main/res | |
parent | 1f2511ddd96ec5fc3e43018999c3d299d5f9a2aa (diff) | |
download | AntennaPod-facc5dccf5a6328ba7f86996836e410aa8bf62f4.zip |
Added warning when locking queue
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
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> |