Renamed 'Simulate' to 'Simulator' in menu
This commit is contained in:
parent
2b1784cfc6
commit
d055692cf3
|
@ -497,7 +497,7 @@ void SCH_EDIT_FRAME::ReCreateMenuBar()
|
|||
// Simulator
|
||||
AddMenuItem( toolsMenu,
|
||||
ID_SIM_SHOW,
|
||||
_("Simula&te"), _( "Simulate the circuit" ),
|
||||
_("Simula&tor"), _( "Simulate the circuit" ),
|
||||
wxNullBitmap );
|
||||
|
||||
// Help Menu:
|
||||
|
|
Loading…
Reference in New Issue