Update preferences dialog titles to match menu items

This commit is contained in:
David Rowe 2016-03-02 11:52:58 +13:00
parent 881302df02
commit 16fbf60bae
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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