Commit 4b868491 authored by Gus Grubba's avatar Gus Grubba

Flip offending command

parent 009689a9
......@@ -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.")
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment