diff --git a/ArduCopter/motors.pde b/ArduCopter/motors.pde index 0a193e6ce0..287328c819 100644 --- a/ArduCopter/motors.pde +++ b/ArduCopter/motors.pde @@ -666,7 +666,7 @@ static bool arm_checks(bool display_failure, bool arming_from_gcs) // heli specific arming check if (!motors.allow_arming()){ if (display_failure) { - gcs_send_text_P(SEVERITY_HIGH,PSTR("Arm: stop Rotor spinning")); + gcs_send_text_P(SEVERITY_HIGH,PSTR("Arm: Rotor Control Engaged")); } return false; }