diff --git a/src/QmlControls/ParameterEditor.qml b/src/QmlControls/ParameterEditor.qml index 6e2de8632e724a6448cc47a4e7026705db1cf600..4848196e07892b560764c87318586bc39b15ad8c 100644 --- a/src/QmlControls/ParameterEditor.qml +++ b/src/QmlControls/ParameterEditor.qml @@ -322,7 +322,7 @@ Item { QGCLabel { width: parent.width wrapMode: Text.WordWrap - text: qsTr("Select Reset to reset all parameters to their defaults.") + text: qsTr("Select Reset to reset all parameters to their defaults.\n\nNote that this will also completely reset UAVCAN nodes.") } } } @@ -337,7 +337,7 @@ Item { QGCLabel { width: parent.width wrapMode: Text.WordWrap - text: qsTr("Select Reset to reset all parameters to the vehicle's configuration defaults.\n\nNote that this will also completely reset UAVCAN nodes.") + text: qsTr("Select Reset to reset all parameters to the vehicle's configuration defaults.") } } }