|
|
@ -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.") |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|