Browse Source

Fix capatilization

QGC4.4
Don Gagne 6 years ago
parent
commit
92e497da33
  1. 2
      src/PlanView/StructureScanEditor.qml

2
src/PlanView/StructureScanEditor.qml

@ -109,7 +109,7 @@ Rectangle {
} }
QGCLabel { QGCLabel {
text: qsTr("Structure height") text: qsTr("Structure Height")
} }
FactTextField { FactTextField {
fact: missionItem.structureHeight fact: missionItem.structureHeight

Loading…
Cancel
Save