diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-11-27 17:49:32 -0500 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-11-27 17:49:32 -0500 |
commit | bcd3f0e3e4a34deb4ee658d119925668bf5f7a3e (patch) | |
tree | f8cd0ef62b59333f670ea0aa21ab97ebbfc3b095 /core | |
parent | 108e2a46d542d5fa47908d4b4cf2a3bbfbbcda31 (diff) | |
download | AntennaPod-bcd3f0e3e4a34deb4ee658d119925668bf5f7a3e.zip |
should say episode instead of track.
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 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> |