From adefe53c30a22881bd2d402d78b3457e42acb07f Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 5 Mar 2016 16:47:13 -0800 Subject: [PATCH] Fix typo --- src/VehicleSetup/SetupView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VehicleSetup/SetupView.qml b/src/VehicleSetup/SetupView.qml index 985b6ad4e..fb030cd16 100644 --- a/src/VehicleSetup/SetupView.qml +++ b/src/VehicleSetup/SetupView.qml @@ -165,7 +165,7 @@ Rectangle { horizontalAlignment: Text.AlignHCenter wrapMode: Text.WordWrap font.pixelSize: ScreenTools.largeFontPixelSize - text: "Connect vehicle to your device and QGroundControl will automatically detect to it." + + text: "Connect vehicle to your device and QGroundControl will automatically detect it." + (ScreenTools.isMobile ? "" : " Click Firmware on the left to upgrade your vehicle.") onLinkActivated: Qt.openUrlExternally(link) -- 2.22.0