qsTr("Provides advanced access to all commands/parameters. Be very careful!"):
missionItem.commandDescription
}
ColumnLayout{
anchors.left:parent.left
...
...
@@ -67,7 +77,7 @@ Rectangle {
visible:missionItem.isTakeoffItem&&missionItem.wizardMode// Hack special case for takeoff item
QGCLabel{
text:qsTr("Move 'T' Takeoff to the %1 location.").arg(_controllerVehicle.vtol?qsTr("desired"):qsTr("climbout"))
text:qsTr("Move '%1' Takeoff to the %2 location.").arg(_controllerVehicle.vtol?qsTr("V"):qsTr("T")).arg(_controllerVehicle.vtol?qsTr("desired"):qsTr("climbout"))
Layout.fillWidth:true
wrapMode:Text.WordWrap
visible:!initialClickLabel.visible
...
...
@@ -77,7 +87,7 @@ Rectangle {
text:qsTr("Ensure clear of obstacles and into the wind.")