Browse Source

Merge pull request #5628 from bluerobotics/pr-rm-geofence-note

Remove geofence reference in sub safety page
QGC4.4
Don Gagne 8 years ago committed by GitHub
parent
commit
c4e0f554f6
  1. 2
      src/AutoPilotPlugins/APM/APMSafetyComponent.cc

2
src/AutoPilotPlugins/APM/APMSafetyComponent.cc

@ -31,7 +31,7 @@ QString APMSafetyComponent::description(void) const @@ -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:

Loading…
Cancel
Save