diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-11-27 10:46:09 -0500 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-11-27 10:46:09 -0500 |
commit | d2d22a82e2132d18c69aeb1b0ebdddab98dff0d4 (patch) | |
tree | 81dde4d8cb2f393fee32339898c7479c8fa01e41 /core/src/main/res/values | |
parent | 4c0a6f1ef7ea8a7f10c71b313a7816ac363f1aef (diff) | |
download | AntennaPod-d2d22a82e2132d18c69aeb1b0ebdddab98dff0d4.zip |
update title of option
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 576bb8a5b..5bf33c90c 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -280,7 +280,7 @@ <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_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> |