diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-09-20 22:15:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-20 22:15:26 +0200 |
commit | c9a71b943d21c4a6dd369a2336612b5453a9fd28 (patch) | |
tree | e663d6d08fb25f0f5288ba86c43ac991c9a077c9 /core/src/main | |
parent | 569ee7cfdc843bf837fcac3c59f64c33277b7b35 (diff) | |
parent | aaafd5d7156418d277760a2e0b689ffa66189437 (diff) | |
download | AntennaPod-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.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 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> |