From d721be297037b39ba9b6fec2863ecc07ec2041c0 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 13 May 2015 14:05:42 -0700 Subject: [PATCH] Fix typo --- src/AutoPilotPlugins/PX4/AirframeComponent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.qml b/src/AutoPilotPlugins/PX4/AirframeComponent.qml index 8cc9455593..a7fa2e978b 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponent.qml +++ b/src/AutoPilotPlugins/PX4/AirframeComponent.qml @@ -129,7 +129,7 @@ QGCView { QGCLabel { anchors.top: headingSpacer.bottom width: parent.width - applyButton.width - 5 - text: "Select you airframe type and specific vehicle bellow. Click 'Apply and Restart' when ready and your vehicle will be disconnected, rebooted to the new settings and re-connected." + text: "Select your airframe type and specific vehicle bellow. Click 'Apply and Restart' when ready and your vehicle will be disconnected, rebooted to the new settings and re-connected." wrapMode: Text.WordWrap } -- GitLab