diff options
author | Tom Hennen <TomHennen@users.noreply.github.com> | 2015-11-27 10:47:18 -0500 |
---|---|---|
committer | Tom Hennen <TomHennen@users.noreply.github.com> | 2015-11-27 10:47:18 -0500 |
commit | 4b926b44f7979f43331c33f420af1c5434cbe21c (patch) | |
tree | f66a408826a4597fb39f97c5ee64428a704fc28a /core/src/main/res/values | |
parent | a7293b4a66c374f9ed421cb29f288f1754612871 (diff) | |
parent | d2d22a82e2132d18c69aeb1b0ebdddab98dff0d4 (diff) | |
download | AntennaPod-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.xml | 2 |
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> |