From e83981a88e9f0f30c44f5b33e2642f8b43738fdd Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 17 Oct 2016 20:36:58 -0700 Subject: [PATCH] Update message --- src/AutoPilotPlugins/PX4/AirframeComponent.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.qml b/src/AutoPilotPlugins/PX4/AirframeComponent.qml index 0c049b517..048b045df 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponent.qml +++ b/src/AutoPilotPlugins/PX4/AirframeComponent.qml @@ -104,8 +104,9 @@ SetupPage { QGCLabel { anchors.fill: parent wrapMode: Text.WordWrap - text: qsTr("Clicking “Apply” will save the changes you have made to your airframe configuration. ") + - qsTr("Your vehicle will also be restarted in order to complete the process.") + text: qsTr("Clicking “Apply” will save the changes you have made to your airframe configuration.

\ +All vehicle parameters other than Radio Calibration will be reset.

\ +Your vehicle will also be restarted in order to complete the process.") } } } -- 2.22.0