diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index 99570f021967a92781c8e5c6c66c2825dbdf0f24..272446949e9cad3be9597f1dad9c666b3031dd4c 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -93,7 +93,7 @@ Rectangle { IndicatorButton { width: parent.buttonWidth - text: "Acceleromter" + text: "Accelerometer" indicatorGreen: autopilot.parameters["CAL_ACC0_ID"].value != 0 onClicked: controller.calibrateAccel() }