Unverified Commit 035a4f48 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7681 from DonLakeFlyer/ApproachAlt

FW Landing Pattern: Use clearer "Approach Altitude" terminology for loiter altitude.
parents 8847dcbd 232fe52f
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
}, },
{ {
"name": "LoiterAltitude", "name": "LoiterAltitude",
"shortDescription": "Aircraft will proceed to the loiter point and loiter until it reaches this altitude. Once altitude is reached the aircraft will proceed to land.", "shortDescription": "Aircraft will proceed to the loiter point and loiter downwards until it reaches this approach altitude. Once altitude is reached the aircraft will proceed to land.",
"type": "double", "type": "double",
"units": "m", "units": "m",
"decimalPlaces": 1, "decimalPlaces": 1,
......
...@@ -66,7 +66,7 @@ Rectangle { ...@@ -66,7 +66,7 @@ Rectangle {
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
factList: [ missionItem.loiterAltitude, missionItem.loiterRadius ] factList: [ missionItem.loiterAltitude, missionItem.loiterRadius ]
factLabels: [ qsTr("Altitude"), qsTr("Radius") ] factLabels: [ qsTr("Approach Alt"), qsTr("Radius") ]
} }
Item { width: 1; height: _spacer } Item { width: 1; height: _spacer }
......
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