From c66008cdfa3f2b1cffe419910facfa8da8eac309 Mon Sep 17 00:00:00 2001
From: Andrew Tridgell <tridge@samba.org>
Date: Tue, 8 Apr 2014 09:13:39 +1000
Subject: [PATCH] Plane: fixed displayname for FENCE_AUTOENABLE

---
 ArduPlane/Parameters.pde | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ArduPlane/Parameters.pde b/ArduPlane/Parameters.pde
index 8b0545796..a926d4c76 100644
--- a/ArduPlane/Parameters.pde
+++ b/ArduPlane/Parameters.pde
@@ -273,7 +273,7 @@ const AP_Param::Info var_info[] PROGMEM = {
     GSCALAR(fence_retalt,           "FENCE_RETALT",   0),
 
     // @Param: FENCE_AUTOENABLE
-    // @DisplayName: Fence automatically enabled after auto takeoff and automatically disabled when starting an auto landing.  Note that this does NOT remove the need to first create a geofence.
+    // @DisplayName: Fence automatic enable
     // @Description: When set to 1, gefence automatically enables after an auto takeoff and automatically disables at the beginning of an auto landing.  When on the ground before takeoff the fence is disabled.
     // @Values: 0:NoAutoEnable,1:AutoEnable
     // @User: Standard
-- 
GitLab