summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-11-27 17:49:32 -0500
committerTom Hennen <tom.hennen@gmail.com>2015-11-27 17:49:32 -0500
commitbcd3f0e3e4a34deb4ee658d119925668bf5f7a3e (patch)
treef8cd0ef62b59333f670ea0aa21ab97ebbfc3b095 /core/src
parent108e2a46d542d5fa47908d4b4cf2a3bbfbbcda31 (diff)
downloadAntennaPod-bcd3f0e3e4a34deb4ee658d119925668bf5f7a3e.zip
should say episode instead of track.
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml2
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 ed818e09a..49e93c5fc 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>