Marco, Please send patches created using `git format-patch` as attachments. It makes life easier for lead devs to merge your changes. I went ahead and fixed this and gave you credit for the fix. Thanks for catching this typo.
Cheers, Wayne On 03/15/2018 05:34 PM, Marco Ciampa wrote: > Here is a small typo: > > diff --git a/gerbview/toolbars_gerber.cpp b/gerbview/toolbars_gerber.cpp > index 2c774baad..58e3c9163 100644 > --- a/gerbview/toolbars_gerber.cpp > +++ b/gerbview/toolbars_gerber.cpp > @@ -524,7 +524,7 @@ void GERBVIEW_FRAME::OnUpdateCoordType( wxUpdateUIEvent& > aEvent ) > m_optionsToolBar->SetToolShortHelp( ID_TB_OPTIONS_SHOW_POLAR_COORD, > > m_DisplayOptions.m_DisplayPolarCood ? > _( "Turn rectangular coordinates > on" ) : > - _( "Tunn polar coordinates on" ) > ); > + _( "Turn polar coordinates on" ) > ); > } > > TIA > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

