diff options
author | Cédric Cabessa <ccabessa@scaleway.com> | 2019-05-28 12:03:28 +0200 |
---|---|---|
committer | Cédric Cabessa <ccabessa@scaleway.com> | 2019-05-28 12:03:28 +0200 |
commit | 60771673dc4300f102da5e364d2980369742fef1 (patch) | |
tree | db48f2c0692decedc414cad8a9bebd72db9231f8 /core/src/main/res | |
parent | b2dc2080193a44e732277f45db999da7f9ec98a0 (diff) | |
download | AntennaPod-60771673dc4300f102da5e364d2980369742fef1.zip |
rename category title to match with "playback speeds"
also rename the key to be consistent with the content
Diffstat (limited to 'core/src/main/res')
-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 8dc3cfb99..7ec25036c 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -375,7 +375,7 @@ <string name="appearance">Appearance</string> <string name="external_elements">External elements</string> <string name="interruptions">Interruptions</string> - <string name="buttons">Playback control buttons</string> + <string name="playback_control">Playback control</string> <string name="media_player">Media player</string> <string name="pref_episode_cleanup_title">Episode Cleanup</string> <string name="pref_episode_cleanup_summary">Episodes that aren\'t in the queue and aren\'t favorites should be eligible for removal if Auto Download needs space for new episodes</string> |