diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentPlaneAll.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentPlaneAll.qml index 5c853ac9863..f6d6c43a613 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentPlaneAll.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentPlaneAll.qml @@ -23,7 +23,7 @@ PX4TuningComponent { tuningPage: "PX4TuningComponentPlaneRate.qml" } ListElement { - buttonText: qsTr("Rate Controller") + buttonText: qsTr("Attitude Controller") tuningPage: "PX4TuningComponentPlaneAttitude.qml" } } diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml index fb8bb852294..203a46903f2 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml @@ -22,9 +22,9 @@ PX4TuningComponent { buttonText: qsTr("Multirotor") tuningPage: "PX4TuningComponentCopterAll.qml" } - //ListElement { - // buttonText: qsTr("Fixed Wing") - // tuningPage: "PX4TuningComponentPlaneAll.qml" - //} + ListElement { + buttonText: qsTr("Fixed Wing") + tuningPage: "PX4TuningComponentPlaneAll.qml" + } } }