Browse Source

Merge pull request #7333 from DonLakeFlyer/AirframeText

ArduCopter/Airframe: Fix incorrect text
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
13c0dd9e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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