text:"This will restart the WiFi Bridge so the settings you've changed can take effect. Note that you may have to change your computer WiFi settings and QGroundControl link settings to match these changes. Are you sure you want to restart it?"
title:qsTr("Reboot WiFi Bridge")
text:qsTr("This will restart the WiFi Bridge so the settings you've changed can take effect. Note that you may have to change your computer WiFi settings and QGroundControl link settings to match these changes. Are you sure you want to restart it?")
onFunctionMappingChangedAPMReboot:showMessage("Reboot required","Your stick mappings have changed, you must reboot the vehicle for correct operation.",StandardButton.Ok)
onFunctionMappingChangedAPMReboot:showMessage(qsTr("Reboot required"),qsTr("Your stick mappings have changed, you must reboot the vehicle for correct operation."),StandardButton.Ok)
message:"Center your sticks and move throttle all the way down, then press Ok to copy trims. After pressing Ok, reset the trims on your radio back to zero."
message:qsTr("Center your sticks and move throttle all the way down, then press Ok to copy trims. After pressing Ok, reset the trims on your radio back to zero.")
message:"Before calibrating you should zero all your trims and subtrims. Click Ok to start Calibration.\n\n"+
(QGroundControl.multiVehicleManager.activeVehicle.px4Firmware?"":"Please ensure all motor power is disconnected AND all props are removed from the vehicle.")
message:qsTr("Before calibrating you should zero all your trims and subtrims. Click Ok to start Calibration.\n\n%1").arg(
(QGroundControl.multiVehicleManager.activeVehicle.px4Firmware?"":qsTr("Please ensure all motor power is disconnected AND all props are removed from the vehicle.")))