Browse Source

fix FW stabilized mode description

QGC4.4
Mark Whitehorn 9 years ago
parent
commit
28b26e7b01
  1. 2
      src/AutoPilotPlugins/PX4/PX4AdvancedFlightModes.qml

2
src/AutoPilotPlugins/PX4/PX4AdvancedFlightModes.qml

@ -60,7 +60,7 @@ Item { @@ -60,7 +60,7 @@ Item {
readonly property string fwAcroModeName: qsTr("Stabilized")
readonly property string mrAcroModeName: qsTr("Acro")
readonly property string fwAcroModeDescription: qsTr("The angular rates are controlled, but not the attitude. ")
readonly property string fwAcroModeDescription: qsTr("Roll/pitch angles and rudder deflection are controlled. ")
readonly property string mrAcroModeDescription: qsTr("The angular rates are controlled, but not the attitude. ")
readonly property string altCtlModeName: qsTr("Altitude")

Loading…
Cancel
Save