diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.qml b/src/AutoPilotPlugins/PX4/AirframeComponent.qml index 8cc94555937abeafd6cf15cb84ce81eeabc32905..a7fa2e978b1370501585a59056207f2f8d1dab4e 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 }