Browse Source

Flip offending command

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

4
src/QmlControls/ParameterEditor.qml

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

Loading…
Cancel
Save