summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorRoss Harrison <rtharrison86@gmail.com>2015-01-31 23:30:01 -0600
committerRoss Harrison <rtharrison86@gmail.com>2015-01-31 23:30:01 -0600
commit672c38e20ae5c72ab3527343eb75bbc6a61ec2f2 (patch)
treed4493a316448afa1735f1f9c92eb674e7fab6045 /core/src/main/res/values
parent9659c18d899349d9be1573fb9520defc7d3a19cd (diff)
downloadAntennaPod-672c38e20ae5c72ab3527343eb75bbc6a61ec2f2.zip
added preference, need to work into database
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>