From 6f5440c1103417fadcb00ddeff277c90f0ebdcf2 Mon Sep 17 00:00:00 2001 From: Sean D'Epagnier Date: Tue, 15 May 2018 22:50:19 -0400 Subject: [PATCH] correct long description --- src/pypilot_pi.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pypilot_pi.cpp b/src/pypilot_pi.cpp index 8f938cc..c8b43da 100644 --- a/src/pypilot_pi.cpp +++ b/src/pypilot_pi.cpp @@ -176,8 +176,12 @@ wxString pypilot_pi::GetShortDescription() wxString pypilot_pi::GetLongDescription() { - return _("pypilot PlugIn for OpenCPN\n\ -Alarm user of changing conditions."); + return _("Control the free software autopilot pypilot.\n\ +See http://pypilot.org for more details.\n\n\ +The plugin connects to the autopilot server via signalk implementing\n\ +a control interface to configure, calibrate and command the autopilot.\n\n\ +For more control and tuning route-following logic,\n\ +consider the autopilot route plugin."); } int pypilot_pi::GetToolbarToolCount(void)