mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 06:13:09 +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 {
|
PreferencesDialog {
|
||||||
id: root
|
id: root
|
||||||
objectName: "AudioPreferencesDialog"
|
objectName: "AudioPreferencesDialog"
|
||||||
title: "Audio Preferences"
|
title: "Audio Settings"
|
||||||
showCategories: ["Audio"]
|
showCategories: ["Audio"]
|
||||||
property var settings: Settings {
|
property var settings: Settings {
|
||||||
category: root.objectName
|
category: root.objectName
|
||||||
|
|
|
@ -6,7 +6,7 @@ import "../../dialogs"
|
||||||
PreferencesDialog {
|
PreferencesDialog {
|
||||||
id: root
|
id: root
|
||||||
objectName: "AvatarPreferencesDialog"
|
objectName: "AvatarPreferencesDialog"
|
||||||
title: "Avatar Preferences"
|
title: "Avatar Settings"
|
||||||
showCategories: [ "Avatar Basics", "Avatar Tuning", "Avatar Camera" ]
|
showCategories: [ "Avatar Basics", "Avatar Tuning", "Avatar Camera" ]
|
||||||
property var settings: Settings {
|
property var settings: Settings {
|
||||||
category: root.objectName
|
category: root.objectName
|
||||||
|
|
|
@ -6,7 +6,7 @@ import "../../dialogs"
|
||||||
PreferencesDialog {
|
PreferencesDialog {
|
||||||
id: root
|
id: root
|
||||||
objectName: "GraphicsPreferencesDialog"
|
objectName: "GraphicsPreferencesDialog"
|
||||||
title: "Graphics Preferences"
|
title: "Graphics Settings"
|
||||||
showCategories: ["Graphics"]
|
showCategories: ["Graphics"]
|
||||||
property var settings: Settings {
|
property var settings: Settings {
|
||||||
category: root.objectName
|
category: root.objectName
|
||||||
|
|
|
@ -6,7 +6,7 @@ import "../../dialogs"
|
||||||
PreferencesDialog {
|
PreferencesDialog {
|
||||||
id: root
|
id: root
|
||||||
objectName: "LodPreferencesDialog"
|
objectName: "LodPreferencesDialog"
|
||||||
title: "Level of Detail preferences"
|
title: "LOD Settings"
|
||||||
showCategories: ["Level of Detail Tuning"]
|
showCategories: ["Level of Detail Tuning"]
|
||||||
property var settings: Settings {
|
property var settings: Settings {
|
||||||
category: root.objectName
|
category: root.objectName
|
||||||
|
|
Loading…
Reference in a new issue