Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Oct 18, 2016
1 parent 42f447c commit e83981a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/AutoPilotPlugins/PX4/AirframeComponent.qml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ SetupPage {
QGCLabel {
anchors.fill: parent
wrapMode: Text.WordWrap
text: qsTr("Clicking “Apply” will save the changes you have made to your airframe configuration. ") +
qsTr("Your vehicle will also be restarted in order to complete the process.")
text: qsTr("Clicking “Apply” will save the changes you have made to your airframe configuration.<br><br>\
All vehicle parameters other than Radio Calibration will be reset.<br><br>\
Your vehicle will also be restarted in order to complete the process.")
}
}
}
Expand Down

0 comments on commit e83981a

Please sign in to comment.