kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #34990
small typo
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
------------------------
Follow ups