Browse Source

Fix incorrect text

QGC4.4
Don Gagne 6 years ago
parent
commit
4703fd12a9
  1. 3
      src/AutoPilotPlugins/APM/APMAirframeComponent.cc

3
src/AutoPilotPlugins/APM/APMAirframeComponent.cc

@ -43,8 +43,7 @@ QString APMAirframeComponent::name(void) const @@ -43,8 +43,7 @@ QString APMAirframeComponent::name(void) const
QString APMAirframeComponent::description(void) const
{
return tr("Airframe Setup is used to select the airframe which matches your vehicle. "
"You can also the load default parameter values associated with known vehicle types.");
return tr("Airframe Setup is used to select the airframe which matches your vehicle.");
}
QString APMAirframeComponent::iconResource(void) const

Loading…
Cancel
Save