diff options
author | Cédric Cabessa <ced@ryick.net> | 2019-03-03 18:28:43 +0100 |
---|---|---|
committer | Cédric Cabessa <ced@ryick.net> | 2019-04-28 21:03:18 +0200 |
commit | 743ec1927c8abc2506b4a02264712313efc695b7 (patch) | |
tree | a67ed71c5ad8841ea8ba7745b82fba2cc1696e1a /core/src/main/res | |
parent | 7c4d4656f8d2aad583ecd77c116159e6101187b3 (diff) | |
download | AntennaPod-743ec1927c8abc2506b4a02264712313efc695b7.zip |
add preference for "Time respects playback speed"
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
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 665498c23..8dc3cfb99 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -472,6 +472,8 @@ <string name="pref_gpodnet_notifications_sum">This setting does not apply to authentication errors.</string> <string name="pref_playback_speed_title">Playback Speeds</string> <string name="pref_playback_speed_sum">Customize the speeds available for variable speed audio playback</string> + <string name="pref_playback_time_respects_speed_title">Adjust media info to playback speed</string> + <string name="pref_playback_time_respects_speed_sum">Displayed position and duration are adapted to playback speed</string> <string name="pref_fast_forward">Fast Forward Skip Time</string> <string name="pref_fast_forward_sum">Customize the number of seconds to jump forward when the fast forward button is clicked</string> <string name="pref_rewind">Rewind Skip Time</string> |