Pcbnew: More explicit tool tip in right vertical toolbar (place auxiliary axis origin tool).

This commit is contained in:
jean-pierre charras 2018-04-16 19:41:25 +02:00
parent 9865fcd929
commit 268aeeb18f
1 changed files with 2 additions and 1 deletions

View File

@ -509,7 +509,8 @@ void PCB_EDIT_FRAME::ReCreateVToolbar()
KiScaledSeparator( m_drawToolBar, this );
m_drawToolBar->AddTool( ID_PCB_PLACE_OFFSET_COORD_BUTT, wxEmptyString,
KiScaledBitmap( pcb_offset_xpm, this ),
_( "Place the origin point for drill and place files" ),
_( "Place the auxiliary axis origin for some plot file formats,\n"
"and for drill and place files" ),
wxITEM_CHECK );
m_drawToolBar->AddTool( ID_PCB_PLACE_GRID_COORD_BUTT, wxEmptyString,