From b58c4edde7b8cb2436dbc12c4f20ae7252324db3 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Fri, 12 Jun 2015 11:37:19 -0400 Subject: [PATCH] Fixing typo. --- src/AutoPilotPlugins/PX4/FlightModesComponent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/FlightModesComponent.qml b/src/AutoPilotPlugins/PX4/FlightModesComponent.qml index e0e4909b8..1f53a4b74 100644 --- a/src/AutoPilotPlugins/PX4/FlightModesComponent.qml +++ b/src/AutoPilotPlugins/PX4/FlightModesComponent.qml @@ -936,7 +936,7 @@ Item { width: parent.width y: (parent.height * (1.0 - rc_return_th.value)) - (implicitHeight / 2) horizontalAlignment: Text.AlignRight - text: "Offboad" + text: "Offboard" } QGCLabel { -- 2.22.0