mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
fix: Use string for settings section name
This commit is contained in:
parent
9d5d89d648
commit
328beaff90
2 changed files with 3 additions and 1 deletions
|
|
@ -25,6 +25,7 @@
|
|||
app:title="@string/settings_language" />
|
||||
|
||||
<ListPreference
|
||||
android:layout_height="wrap_content"
|
||||
app:defaultValue="default"
|
||||
app:dialogTitle="@string/settings_theme"
|
||||
app:entries="@array/theme_list_titles"
|
||||
|
|
@ -92,7 +93,7 @@
|
|||
android:key="music_directory_section_visibility" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="Playlist">
|
||||
<PreferenceCategory app:title="@string/settings_title_playlist">
|
||||
<SwitchPreference
|
||||
android:title="@string/settings_allow_playlist_duplicates"
|
||||
android:defaultValue="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue