summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-10-02 23:38:05 +0200
committerGitHub <noreply@github.com>2016-10-02 23:38:05 +0200
commit3fa6c1bc200b161801a8e9dbd328e2da08d32522 (patch)
tree585c38d7750d247b2e2945ec148c3f74e051aa13 /core/src/main/res
parent7c028dd3e58f9116a36f337622de60feb23a79cb (diff)
parente7cc0ffe05cd568c784431333df56ecae9a03762 (diff)
downloadAntennaPod-3fa6c1bc200b161801a8e9dbd328e2da08d32522.zip
Merge pull request #2109 from danielm5/enable-previous-button
Set current position to the begining on 'Previous' button
Diffstat (limited to 'core/src/main/res')
-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 e243776f5..29fa7797f 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -298,6 +298,8 @@
<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_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>
<string name="pref_auto_delete_sum">Delete episode when playback completes</string>
<string name="pref_auto_delete_title">Auto Delete</string>