kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #34991
Re: small typo
Bad keming strikes again!
On Thu, Mar 15, 2018 at 4:34 PM, Marco Ciampa <ciampix@xxxxxxxxxx> 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
>
> --
>
>
> Marco Ciampa
>
> I know a joke about UDP, but you might not get it.
>
> ------------------------
>
> GNU/Linux User #78271
> FSFE fellow #364
>
> ------------------------
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References