match upstream name for direct play
This commit is contained in:
parent
407cee4161
commit
613edf239a
11 changed files with 68 additions and 69 deletions
|
|
@ -93,13 +93,13 @@
|
|||
<string name="pref_header_colors">Colors</string>
|
||||
<string name="pref_header_now_playing_screen">Now Playing</string>
|
||||
<string name="pref_header_audio">Audio</string>
|
||||
<string name="pref_header_directplay">Directplay</string>
|
||||
<string name="pref_header_directplay">Direct Play</string>
|
||||
<string name="pref_header_images">Images</string>
|
||||
<string name="pref_header_library">Library</string>
|
||||
<string name="pref_header_lockscreen">Lockscreen</string>
|
||||
<string name="pref_header_notification">Notification</string>
|
||||
|
||||
<string name="directplay_codecs">Directplay Codecs</string>
|
||||
<string name="direct_play_codecs">Direct Play Codecs</string>
|
||||
<string name="library_categories">Categories</string>
|
||||
<string name="primary_color">Primary Color</string>
|
||||
<string name="accent_color">Accent Color</string>
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the primary color.</string>
|
||||
<string name="pref_summary_remember_last_tab">Go to the last opened tab on launch.</string>
|
||||
<string name="pref_summary_library_categories">Configure visibility and order of display categories.</string>
|
||||
<string name="pref_summary_directplay_codecs">Disable directplay codecs to force transcoding.</string>
|
||||
<string name="pref_summary_direct_play_codecs">Disable direct play codecs to force transcoding.</string>
|
||||
|
||||
<string name="delete_action">Delete</string>
|
||||
<string name="remove_action">Remove</string>
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/pref_header_directplay">
|
||||
|
||||
<com.dkanada.gramophone.preferences.DirectplayPreference
|
||||
<com.dkanada.gramophone.preferences.DirectPlayPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:key="directplay_codecs"
|
||||
android:summary="@string/pref_summary_directplay_codecs"
|
||||
android:title="@string/directplay_codecs" />
|
||||
android:key="direct_play_codecs"
|
||||
android:summary="@string/pref_summary_direct_play_codecs"
|
||||
android:title="@string/direct_play_codecs" />
|
||||
|
||||
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue