summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2015-03-03 17:22:42 -0500
committerTom Hennen <TomHennen@users.noreply.github.com>2015-03-03 17:22:42 -0500
commit30a202665a7cb0356aa6bc39d8d10f43be3df7b2 (patch)
treef81bd3d62a742e1d68b2a0d38dcc27c0b02bf649 /core/src/main/res/values/strings.xml
parentb4d2ea97afb0d984ab03b2a8e4b628f3a0627426 (diff)
parentab34f84e2c837e927e359c978f5d1ea15be80971 (diff)
downloadAntennaPod-30a202665a7cb0356aa6bc39d8d10f43be3df7b2.zip
Merge pull request #618 from rharriso/master
added preference to add to front of queue
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-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 9b7cb3585..e8c3408b2 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -272,6 +272,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>