Fix a minor I18n issue.

This commit is contained in:
jean-pierre charras 2019-08-18 18:38:42 +02:00
parent 8f583008e0
commit 551eb56da0
1 changed files with 1 additions and 1 deletions

View File

@ -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();