diff --git a/src/AutoPilotPlugins/PX4/PX4AdvancedFlightModes.qml b/src/AutoPilotPlugins/PX4/PX4AdvancedFlightModes.qml index e5d4884e0d313cee58d0ba8f6cb2a5b32f13456b..7646859340b17ab9f9328bf0b8367293ec6d241a 100644 --- a/src/AutoPilotPlugins/PX4/PX4AdvancedFlightModes.qml +++ b/src/AutoPilotPlugins/PX4/PX4AdvancedFlightModes.qml @@ -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")