From 59e99794cd6c83b29bbdb6699ce4af203aaa8092 Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Sun, 22 Nov 2020 15:12:36 -0300 Subject: [PATCH] ParameterEditor: mention that it resets sensors calibration and frame setup (#9175) --- src/QmlControls/ParameterEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QmlControls/ParameterEditor.qml b/src/QmlControls/ParameterEditor.qml index e13b67b..4f0114b 100644 --- a/src/QmlControls/ParameterEditor.qml +++ b/src/QmlControls/ParameterEditor.qml @@ -315,7 +315,7 @@ Item { QGCLabel { width: parent.width wrapMode: Text.WordWrap - text: qsTr("Select Reset to reset all parameters to their defaults.\n\nNote that this will also completely reset everything, including UAVCAN nodes.") + text: qsTr("Select Reset to reset all parameters to their defaults.\n\nNote that this will also completely reset everything, including UAVCAN nodes, all vehicle settings, setup and calibrations.") } } }