Browse Source

Fix typo

QGC4.4
Don Gagne 9 years ago
parent
commit
adefe53c30
  1. 2
      src/VehicleSetup/SetupView.qml

2
src/VehicleSetup/SetupView.qml

@ -165,7 +165,7 @@ Rectangle { @@ -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)

Loading…
Cancel
Save