diff --git a/libraries/AP_InertialSensor/AP_InertialSensor.cpp b/libraries/AP_InertialSensor/AP_InertialSensor.cpp index 369364ebc7..7dd32fa0de 100644 --- a/libraries/AP_InertialSensor/AP_InertialSensor.cpp +++ b/libraries/AP_InertialSensor/AP_InertialSensor.cpp @@ -409,7 +409,7 @@ bool AP_InertialSensor::calibrate_accel(AP_InertialSensor_UserInteract* interact break; } interact->printf_P( - PSTR("Place APM %S and press any key.\n"), msg); + PSTR("Place vehicle %S and press any key.\n"), msg); // wait for user input interact->blocking_read();