rename category title to match with "playback speeds"

also rename the key to be consistent with the content
This commit is contained in:
Cédric Cabessa 2019-05-28 12:03:28 +02:00
parent b2dc208019
commit 60771673dc
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
app:useStockLayout="true"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/buttons">
<PreferenceCategory android:title="@string/playback_control">
<SwitchPreference
android:defaultValue="false"
android:enabled="true"

View File

@ -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>