Fix a minor I18n issue.
This commit is contained in:
parent
8f583008e0
commit
551eb56da0
|
@ -85,7 +85,7 @@ void KICAD_MANAGER_FRAME::ReCreateMenuBar()
|
|||
unzip_xpm, SELECTION_CONDITIONS::ShowAlways );
|
||||
|
||||
fileMenu->AddSeparator();
|
||||
fileMenu->AddQuitOrClose( nullptr, _( "KiCad" ) );
|
||||
fileMenu->AddQuitOrClose( nullptr, "KiCad" );
|
||||
|
||||
fileMenu->Resolve();
|
||||
|
||||
|
|
Loading…
Reference in New Issue