Browse Source

ParameterEditor: mention that it resets sensors calibration and frame setup (#9175)

QGC4.4
Willian Galvani 5 years ago committed by GitHub
parent
commit
59e99794cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/QmlControls/ParameterEditor.qml

2
src/QmlControls/ParameterEditor.qml

@ -315,7 +315,7 @@ Item {
QGCLabel { QGCLabel {
width: parent.width width: parent.width
wrapMode: Text.WordWrap 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.")
} }
} }
} }

Loading…
Cancel
Save