From 7b328aff65822b87afe895e5fb4f41f2814ec1c6 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Wed, 21 Mar 2018 18:25:44 +0100 Subject: [PATCH] FlightDisplay : Remove sentence about disabling arming check --- src/FlightDisplay/FlightDisplayViewWidgets.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlightDisplay/FlightDisplayViewWidgets.qml b/src/FlightDisplay/FlightDisplayViewWidgets.qml index 8f4b08f96..7e07d51f3 100644 --- a/src/FlightDisplay/FlightDisplayViewWidgets.qml +++ b/src/FlightDisplay/FlightDisplayViewWidgets.qml @@ -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." } } -- 2.22.0