diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2018-05-16 19:02:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 19:02:55 +0200 |
commit | bc8e2bb3c1c557cbca72de268ab42f191ed38927 (patch) | |
tree | c364adf4de9a9dc066d0abfe240426f8445a03e2 /core | |
parent | eddc0a6a13bf70fd64266897a8f098f63b4d20a1 (diff) | |
parent | 6e876db9b61ef57312a254af1a6e59877e8a8ea6 (diff) | |
download | AntennaPod-bc8e2bb3c1c557cbca72de268ab42f191ed38927.zip |
Merge pull request #2694 from keunes/patch-1
Update strings.xml
Diffstat (limited to 'core')
-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 65697be28..9fb1d5d15 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -309,7 +309,7 @@ <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 episode instead of fast-forwarding</string> + <string name="pref_hardwareForwardButtonSkips_sum">When pressing a forward button on a bluetooth-connected device skip to the next episode instead of fast-forwarding</string> <string name="pref_hardwarePreviousButtonRestarts_title">Previous button restarts</string> <string name="pref_hardwarePreviousButtonRestarts_sum">When pressing a hardware previous button restart playing the current episode instead of rewinding</string> <string name="pref_followQueue_sum">Jump to next queue item when playback completes</string> |