From a6857a46df67c4e20a0d50d2add3f530289634d6 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 19 May 2015 09:51:15 -0700 Subject: [PATCH] Typo, text changes --- src/AutoPilotPlugins/PX4/SensorsComponent.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index 7c00bd8bf..c28cbcfba 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -186,7 +186,7 @@ QGCView { Component { id: compass0ComponentLabel - QGCLabel { text: "Compass Orientation" } + QGCLabel { text: "External Compass Orientation" } } Component { id: compass0ComponentCombo @@ -470,7 +470,7 @@ QGCView { Column { x: parent.width - rotationColumnWidth - QGCLabel { text: "Autpilot Orientation" } + QGCLabel { text: "Autopilot Orientation" } FactComboBox { id: boardRotationCombo @@ -483,7 +483,7 @@ QGCView { Component { id: compass0ComponentLabel2 - QGCLabel { text: "Compass Orientation" } + QGCLabel { text: "External Compass Orientation" } } Component { id: compass0ComponentCombo2 -- 2.22.0