summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorRoss Harrison <rtharrison86@gmail.com>2015-02-01 00:30:35 -0600
committerRoss Harrison <rtharrison86@gmail.com>2015-02-01 00:30:35 -0600
commitc11edda64cc8f308aaea7db41c6751189742bda1 (patch)
tree30187c1e6575e4cb34bd3f1a9c073e7694371694 /core/src/main/res/values
parent9659c18d899349d9be1573fb9520defc7d3a19cd (diff)
parent509b2a7f58390a740088fbc7904302ee99af9a42 (diff)
downloadAntennaPod-c11edda64cc8f308aaea7db41c6751189742bda1.zip
Merge pull request #1 from rharriso/feature/add_to_front_of_queue
Feature/add to front of queue
Diffstat (limited to 'core/src/main/res/values')
-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 86f46a330..532b5d75d 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -257,6 +257,8 @@
<string name="pref_persistNotify_title">Persistent playback controls</string>
<string name="pref_persistNotify_sum">Keep notification and lockscreen controls when playback is paused.</string>
<string name="pref_expand_notify_unsupport_toast">Android versions before 4.1 do not support expanded notifications.</string>
+ <string name="pref_queueAddToFront_sum">Add new episodes to the front of the queue.</string>
+ <string name="pref_queueAddToFront_title">Enqueue at front.</string>
<!-- Auto-Flattr dialog -->
<string name="auto_flattr_enable">Enable automatic flattring</string>