Standardize "assign footprints" terminology.

ref: 611d5a0dc4
This commit is contained in:
Martin Aberg 2018-06-23 22:05:16 +02:00 committed by Jeff Young
parent 01c2d93a81
commit 9d1b5698e9
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ void SCH_EDIT_FRAME::ReCreateHToolbar()
_( "Perform electrical rules check" ) );
m_mainToolBar->AddTool( ID_RUN_CVPCB, wxEmptyString, KiScaledBitmap( cvpcb_xpm, this ),
_( "Run CvPcb to associate footprints to symbols" ) );
_( "Assign PCB footprints to schematic symbols" ) );
m_mainToolBar->AddTool( ID_GET_NETLIST, wxEmptyString, KiScaledBitmap( netlist_xpm, this ),
_( "Generate netlist" ) );