From ed21c4997519ba907d66d0a3f2f18e8ed84f4bf6 Mon Sep 17 00:00:00 2001 From: Henry Wurzburg Date: Wed, 6 Sep 2023 20:37:48 -0500 Subject: [PATCH] Plane:correct TKOFF_DIST metadata --- ArduPlane/mode_takeoff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/mode_takeoff.cpp b/ArduPlane/mode_takeoff.cpp index bed8ebb65e..db212361c3 100644 --- a/ArduPlane/mode_takeoff.cpp +++ b/ArduPlane/mode_takeoff.cpp @@ -35,7 +35,7 @@ const AP_Param::GroupInfo ModeTakeoff::var_info[] = { // @Param: DIST // @DisplayName: Takeoff mode distance - // @Description: This is the distance from the takeoff location where the plane will loiter. The loiter point will be in the direction of takeoff (the direction the plane is facing when the motor starts) + // @Description: This is the distance from the takeoff location where the plane will loiter. The loiter point will be in the direction of takeoff (the direction the plane is facing when the plane begins takeoff) // @Range: 0 500 // @Increment: 1 // @Units: m