Browse Source

Better describe the behavior when resetting parameters.

QGC4.4
Gus Grubba 6 years ago
parent
commit
009689a9d3
  1. 2
      src/QmlControls/ParameterEditor.qml

2
src/QmlControls/ParameterEditor.qml

@ -337,7 +337,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 the vehicle's configuration defaults.") text: qsTr("Select Reset to reset all parameters to the vehicle's configuration defaults.\n\nNote that this will also completely reset UAVCAN nodes.")
} }
} }
} }

Loading…
Cancel
Save