rename category title to match with "playback speeds"
also rename the key to be consistent with the content
This commit is contained in:
parent
b2dc208019
commit
60771673dc
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue