Browse Source

Updating the message

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

2
src/QmlControls/ParameterEditor.qml

@ -322,7 +322,7 @@ Item { @@ -322,7 +322,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 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.")
}
}
}

Loading…
Cancel
Save