diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-06-15 18:22:15 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-06-15 18:22:15 +0200 |
commit | 45646d4c26bd23aa84948fa120efd464efcceec9 (patch) | |
tree | 52bbe8ac21b4508cb707fe8298828ffcb8168b43 /res/values | |
parent | cdf663ffa59425b805d77efa02618cb7f9d49962 (diff) | |
download | AntennaPod-45646d4c26bd23aa84948fa120efd464efcceec9.zip |
Only report unknown keycode if PlaybackService is playing
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 28fb74691..7418bca8a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -243,7 +243,7 @@ <string name="pref_gpodnet_setlogin_information_sum">Change the login information for your gpodder.net account.</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_seek_delta_title">Seek Time</string> + <string name="pref_seek_delta_title">Seek time</string> <string name="pref_seek_delta_sum">Seek this many seconds when rewinding or fast-forwarding</string> <string name="pref_gpodnet_sethostname_title">Set hostname</string> <string name="pref_gpodnet_sethostname_use_default_host">Use default host</string> |