Gerbview: fix typo in tooltip string.
This commit is contained in:
parent
3f52e87224
commit
9e8bcbea04
|
@ -523,8 +523,8 @@ void GERBVIEW_FRAME::OnUpdateCoordType( wxUpdateUIEvent& aEvent )
|
||||||
if( m_optionsToolBar )
|
if( m_optionsToolBar )
|
||||||
m_optionsToolBar->SetToolShortHelp( ID_TB_OPTIONS_SHOW_POLAR_COORD,
|
m_optionsToolBar->SetToolShortHelp( ID_TB_OPTIONS_SHOW_POLAR_COORD,
|
||||||
m_DisplayOptions.m_DisplayPolarCood ?
|
m_DisplayOptions.m_DisplayPolarCood ?
|
||||||
_( "Turn rectangular coordinates on" ) :
|
_( "Turn on rectangular coordinates" ) :
|
||||||
_( "Tunn polar coordinates on" ) );
|
_( "Turn on polar coordinates" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue