Skip to content

Commit

Permalink
correct long description
Browse files Browse the repository at this point in the history
  • Loading branch information
seandepagnier committed May 16, 2018
1 parent 426d0c6 commit 6f5440c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pypilot_pi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6f5440c

Please sign in to comment.