Unverified Commit 13c0dd9e authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7333 from DonLakeFlyer/AirframeText

ArduCopter/Airframe: Fix incorrect text
parents 1610244a 4703fd12
...@@ -43,8 +43,7 @@ QString APMAirframeComponent::name(void) const ...@@ -43,8 +43,7 @@ QString APMAirframeComponent::name(void) const
QString APMAirframeComponent::description(void) const QString APMAirframeComponent::description(void) const
{ {
return tr("Airframe Setup is used to select the airframe which matches your vehicle. " 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.");
} }
QString APMAirframeComponent::iconResource(void) const QString APMAirframeComponent::iconResource(void) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment