Commit d7070ba0 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #5165 from dogmaphobic/capitalization

Maintain consistent capitalization.
parents ec958ad5 c2614553
......@@ -143,7 +143,7 @@ QGCView {
spacing: ScreenTools.defaultFontPixelWidth
QGCLabel {
id: baseFontLabel
text: qsTr("Font size:")
text: qsTr("Font Size:")
anchors.verticalCenter: parent.verticalCenter
}
Row {
......@@ -188,7 +188,7 @@ QGCView {
spacing: ScreenTools.defaultFontPixelWidth
visible: QGroundControl.settingsManager.appSettings.indoorPalette.visible
QGCLabel {
text: qsTr("Color scheme:")
text: qsTr("Color Scheme:")
width: _labelWidth
anchors.verticalCenter: parent.verticalCenter
}
......@@ -335,7 +335,7 @@ QGCView {
QGCLabel {
anchors.verticalCenter: parent.verticalCenter
width: (_labelWidth + _editFieldWidth) * 0.65
text: qsTr("Default mission altitude:")
text: qsTr("Default Mission Altitude:")
}
FactTextField {
id: defaultItemAltitudeField
......@@ -348,7 +348,7 @@ QGCView {
//-----------------------------------------------------------------
//-- Mission AutoLoad
FactCheckBox {
text: qsTr("AutoLoad missions")
text: qsTr("AutoLoad Missions")
fact: _autoLoad
visible: _autoLoad.visible
......@@ -363,7 +363,7 @@ QGCView {
QGCLabel {
anchors.baseline: savePathBrowse.baseline
text: qsTr("File save path:")
text: qsTr("File Save Path:")
}
QGCLabel {
anchors.baseline: savePathBrowse.baseline
......@@ -590,7 +590,7 @@ QGCView {
QGCLabel {
anchors.baseline: videoBrowse.baseline
text: qsTr("Save path:")
text: qsTr("Save Path:")
enabled: promptSaveLog.checked
}
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