From 2f435d509943cae7f3c749bec8522ff8d3784892 Mon Sep 17 00:00:00 2001 From: Mirko Denecke Date: Sat, 8 Feb 2020 12:26:30 +0100 Subject: [PATCH] SITL: fix DisplayName and description of parameter --- libraries/SITL/SIM_Sprayer.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/SITL/SIM_Sprayer.cpp b/libraries/SITL/SIM_Sprayer.cpp index 8053f42351..1212fb8dee 100644 --- a/libraries/SITL/SIM_Sprayer.cpp +++ b/libraries/SITL/SIM_Sprayer.cpp @@ -28,8 +28,8 @@ using namespace SITL; const AP_Param::GroupInfo Sprayer::var_info[] = { // @Param: ENABLE - // @DisplayName: Gripper servo Sim enable/disable - // @Description: Allows you to enable (1) or disable (0) the gripper servo simulation + // @DisplayName: Sprayer Sim enable/disable + // @Description: Allows you to enable (1) or disable (0) the Sprayer simulation // @Values: 0:Disabled,1:Enabled // @User: Advanced AP_GROUPINFO("ENABLE", 0, Sprayer, sprayer_enable, 0), @@ -122,4 +122,3 @@ bool Sprayer::should_report() return false; } -