summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2015-11-27 10:47:18 -0500
committerTom Hennen <TomHennen@users.noreply.github.com>2015-11-27 10:47:18 -0500
commit4b926b44f7979f43331c33f420af1c5434cbe21c (patch)
treef66a408826a4597fb39f97c5ee64428a704fc28a /core/src/main/res/values
parenta7293b4a66c374f9ed421cb29f288f1754612871 (diff)
parentd2d22a82e2132d18c69aeb1b0ebdddab98dff0d4 (diff)
downloadAntennaPod-4b926b44f7979f43331c33f420af1c5434cbe21c.zip
Merge pull request #1424 from TomHennen/optional_hardware_skip
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 575724427..ed818e09a 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">Forward button 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>