summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorrecalculated <recalculated@users.noreply.github.com>2016-01-07 20:35:04 -0600
committerrecalculated <recalculated@users.noreply.github.com>2016-01-07 20:35:04 -0600
commita2104964e7576930e85afb289b620aa0c770544a (patch)
treea6351b0f950dd4bb8b6a863760c1846fdabfb1e3 /core
parent44f6ebbda1f883cd0b4029e2c680c215a6344d09 (diff)
downloadAntennaPod-a2104964e7576930e85afb289b620aa0c770544a.zip
Add queue lock/unlock snackbar message
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 443a1a8a8..69acdcc4a 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -217,6 +217,8 @@
<!-- 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="clear_queue_label">Clear Queue</string>
<string name="undo">Undo</string>
<string name="removed_from_queue">Item removed</string>