diff --git a/src/PlanView/MissionSettingsEditor.qml b/src/PlanView/MissionSettingsEditor.qml index e025eff260b492ba9a1935988656d0f89deabdd0..a11db59dd66a9158d9c55bc1678289f3d315732b 100644 --- a/src/PlanView/MissionSettingsEditor.qml +++ b/src/PlanView/MissionSettingsEditor.qml @@ -220,6 +220,16 @@ Rectangle { visible: _multipleVehicleTypes && !_noMissionItemsAdded } + QGCLabel { + Layout.columnSpan: 2 + Layout.alignment: Qt.AlignHCenter + Layout.fillWidth: true + wrapMode: Text.WordWrap + font.pointSize: ScreenTools.smallFontPointSize + text: qsTr("The following speed values are used to calculate total mission time. They do not affect the flight speed for the mission.") + visible: _showCruiseSpeed || _showHoverSpeed + } + QGCLabel { text: qsTr("Cruise speed") visible: _showCruiseSpeed