mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Update preferences dialog titles to match menu items
This commit is contained in:
parent
881302df02
commit
16fbf60bae
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ import "../../dialogs"
|
|||
PreferencesDialog {
|
||||
id: root
|
||||
objectName: "AudioPreferencesDialog"
|
||||
title: "Audio Preferences"
|
||||
title: "Audio Settings"
|
||||
showCategories: ["Audio"]
|
||||
property var settings: Settings {
|
||||
category: root.objectName
|
||||
|
|
|
@ -6,7 +6,7 @@ import "../../dialogs"
|
|||
PreferencesDialog {
|
||||
id: root
|
||||
objectName: "AvatarPreferencesDialog"
|
||||
title: "Avatar Preferences"
|
||||
title: "Avatar Settings"
|
||||
showCategories: [ "Avatar Basics", "Avatar Tuning", "Avatar Camera" ]
|
||||
property var settings: Settings {
|
||||
category: root.objectName
|
||||
|
|
|
@ -6,7 +6,7 @@ import "../../dialogs"
|
|||
PreferencesDialog {
|
||||
id: root
|
||||
objectName: "GraphicsPreferencesDialog"
|
||||
title: "Graphics Preferences"
|
||||
title: "Graphics Settings"
|
||||
showCategories: ["Graphics"]
|
||||
property var settings: Settings {
|
||||
category: root.objectName
|
||||
|
|
|
@ -6,7 +6,7 @@ import "../../dialogs"
|
|||
PreferencesDialog {
|
||||
id: root
|
||||
objectName: "LodPreferencesDialog"
|
||||
title: "Level of Detail preferences"
|
||||
title: "LOD Settings"
|
||||
showCategories: ["Level of Detail Tuning"]
|
||||
property var settings: Settings {
|
||||
category: root.objectName
|
||||
|
|
Loading…
Reference in a new issue