diff --git a/src/AutoPilotPlugins/APM/APMSafetyComponent.cc b/src/AutoPilotPlugins/APM/APMSafetyComponent.cc index a3501d748690f2d982c644ea3f52c537c2c0849b..57af49679e4eae3424c134fde9b5e7d69e08296d 100644 --- a/src/AutoPilotPlugins/APM/APMSafetyComponent.cc +++ b/src/AutoPilotPlugins/APM/APMSafetyComponent.cc @@ -31,7 +31,7 @@ QString APMSafetyComponent::description(void) const { switch (_vehicle->vehicleType()) { case MAV_TYPE_SUBMARINE: - return tr("Safety Setup is used to setup failsafe actions, geofence limits, leak detection, and arming checks."); + return tr("Safety Setup is used to setup failsafe actions, leak detection, and arming checks."); break; case MAV_TYPE_GROUND_ROVER: case MAV_TYPE_FIXED_WING: