diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.cc b/src/AutoPilotPlugins/PX4/AirframeComponent.cc index bcddcf7..a3ee7bb 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponent.cc +++ b/src/AutoPilotPlugins/PX4/AirframeComponent.cc @@ -28,7 +28,7 @@ QString AirframeComponent::name(void) const QString AirframeComponent::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 that matches your vehicle. " "This will in turn set up the various tuning values for flight parameters."); }