Commit c2614553 authored by Gus Grubba's avatar Gus Grubba

Maintain consistent capitalization.

parent ec958ad5
...@@ -143,7 +143,7 @@ QGCView { ...@@ -143,7 +143,7 @@ QGCView {
spacing: ScreenTools.defaultFontPixelWidth spacing: ScreenTools.defaultFontPixelWidth
QGCLabel { QGCLabel {
id: baseFontLabel id: baseFontLabel
text: qsTr("Font size:") text: qsTr("Font Size:")
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
} }
Row { Row {
...@@ -188,7 +188,7 @@ QGCView { ...@@ -188,7 +188,7 @@ QGCView {
spacing: ScreenTools.defaultFontPixelWidth spacing: ScreenTools.defaultFontPixelWidth
visible: QGroundControl.settingsManager.appSettings.indoorPalette.visible visible: QGroundControl.settingsManager.appSettings.indoorPalette.visible
QGCLabel { QGCLabel {
text: qsTr("Color scheme:") text: qsTr("Color Scheme:")
width: _labelWidth width: _labelWidth
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
} }
...@@ -335,7 +335,7 @@ QGCView { ...@@ -335,7 +335,7 @@ QGCView {
QGCLabel { QGCLabel {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
width: (_labelWidth + _editFieldWidth) * 0.65 width: (_labelWidth + _editFieldWidth) * 0.65
text: qsTr("Default mission altitude:") text: qsTr("Default Mission Altitude:")
} }
FactTextField { FactTextField {
id: defaultItemAltitudeField id: defaultItemAltitudeField
...@@ -348,7 +348,7 @@ QGCView { ...@@ -348,7 +348,7 @@ QGCView {
//----------------------------------------------------------------- //-----------------------------------------------------------------
//-- Mission AutoLoad //-- Mission AutoLoad
FactCheckBox { FactCheckBox {
text: qsTr("AutoLoad missions") text: qsTr("AutoLoad Missions")
fact: _autoLoad fact: _autoLoad
visible: _autoLoad.visible visible: _autoLoad.visible
...@@ -363,7 +363,7 @@ QGCView { ...@@ -363,7 +363,7 @@ QGCView {
QGCLabel { QGCLabel {
anchors.baseline: savePathBrowse.baseline anchors.baseline: savePathBrowse.baseline
text: qsTr("File save path:") text: qsTr("File Save Path:")
} }
QGCLabel { QGCLabel {
anchors.baseline: savePathBrowse.baseline anchors.baseline: savePathBrowse.baseline
...@@ -590,7 +590,7 @@ QGCView { ...@@ -590,7 +590,7 @@ QGCView {
QGCLabel { QGCLabel {
anchors.baseline: videoBrowse.baseline anchors.baseline: videoBrowse.baseline
text: qsTr("Save path:") text: qsTr("Save Path:")
enabled: promptSaveLog.checked enabled: promptSaveLog.checked
} }
QGCLabel { QGCLabel {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment