From 4703fd12a9eaf06b63d5d9cc6a03902a09eaa180 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 29 Mar 2019 10:39:00 -0700 Subject: [PATCH] Fix incorrect text --- src/AutoPilotPlugins/APM/APMAirframeComponent.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/AutoPilotPlugins/APM/APMAirframeComponent.cc b/src/AutoPilotPlugins/APM/APMAirframeComponent.cc index 4d080ceda..b2c4785e1 100644 --- a/src/AutoPilotPlugins/APM/APMAirframeComponent.cc +++ b/src/AutoPilotPlugins/APM/APMAirframeComponent.cc @@ -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 -- 2.22.0