Browse Source

Merge pull request #6243 from khancyr/patch-1

FlightDisplay : Remove sentence about disabling arming check
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
87f9210714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/FlightDisplay/FlightDisplayViewWidgets.qml

2
src/FlightDisplay/FlightDisplayViewWidgets.qml

@ -135,7 +135,7 @@ Item { @@ -135,7 +135,7 @@ Item {
z: QGroundControl.zOrderTopMost
color: mapPal.text
font.pointSize: ScreenTools.largeFontPointSize
text: "The vehicle has failed a pre-arm check. In order to arm the vehicle, resolve the failure or disable the arming check via the Safety tab on the Vehicle Setup page."
text: "The vehicle has failed a pre-arm check. In order to arm the vehicle, resolve the failure."
}
}

Loading…
Cancel
Save