summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-11-27 10:27:35 -0500
committerTom Hennen <tom.hennen@gmail.com>2015-11-27 10:27:35 -0500
commit4c0a6f1ef7ea8a7f10c71b313a7816ac363f1aef (patch)
tree1759f72928545d4beed6e58a4c593a9695bb0cde /core/src/main/res/values
parent69038b4ff5fad16407ef7401202539113746dcf9 (diff)
downloadAntennaPod-4c0a6f1ef7ea8a7f10c71b313a7816ac363f1aef.zip
allow users to optionally have hardware forward button skip
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 6cbc5579d..576bb8a5b 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -280,6 +280,8 @@
<string name="pref_pauseOnDisconnect_sum">Pause playback when headphones or bluetooth are disconnected</string>
<string name="pref_unpauseOnHeadsetReconnect_sum">Resume playback when the headphones are reconnected</string>
<string name="pref_unpauseOnBluetoothReconnect_sum">Resume playback when bluetooth reconnects</string>
+ <string name="pref_hardwareForwardButtonSkips_title">Hardware forward skips</string>
+ <string name="pref_hardwareForwardButtonSkips_sum">When pressing a hardware forward button skip to the next track instead of fast-forwarding</string>
<string name="pref_followQueue_sum">Jump to next queue item when playback completes</string>
<string name="pref_auto_delete_sum">Delete episode when playback completes</string>
<string name="pref_auto_delete_title">Auto Delete</string>