diff options
author | Tom Hennen <TomHennen@users.noreply.github.com> | 2015-11-28 11:35:21 -0500 |
---|---|---|
committer | Tom Hennen <TomHennen@users.noreply.github.com> | 2015-11-28 11:35:21 -0500 |
commit | cc93cd8600905ad831f90cb2bfa73570b74663c0 (patch) | |
tree | ef37061fae8d3ea158a5bbccb4274723d7e14b3c /core/src/main/res/values | |
parent | ea57fb7d72a277f0baa51c5d1fac0d913664e80b (diff) | |
parent | 0c3f4df8b6c6158bb08cd1722914a27809327a5d (diff) | |
download | AntennaPod-cc93cd8600905ad831f90cb2bfa73570b74663c0.zip |
Merge pull request #1430 from TomHennen/update_strings
Update strings
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 768f1d4ba..443a1a8a8 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -281,7 +281,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 track instead of fast-forwarding</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_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> |