Browse Source

Terminology change

QGC4.4
Don Gagne 6 years ago
parent
commit
232fe52f6e
  1. 2
      src/PlanView/FWLandingPatternEditor.qml

2
src/PlanView/FWLandingPatternEditor.qml

@ -66,7 +66,7 @@ Rectangle { @@ -66,7 +66,7 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
factList: [ missionItem.loiterAltitude, missionItem.loiterRadius ]
factLabels: [ qsTr("Altitude"), qsTr("Radius") ]
factLabels: [ qsTr("Approach Alt"), qsTr("Radius") ]
}
Item { width: 1; height: _spacer }

Loading…
Cancel
Save