Use consistent naming for project manager.

This commit is contained in:
Jeff Young 2020-07-15 13:53:39 +01:00
parent 729dc75396
commit 20ca836ab3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ wxString HOTKEY_STORE::GetSectionName( TOOL_ACTION* aAction )
{
std::map<wxString, wxString> s_AppNames = {
{ wxT( "common" ), _( "Common" ) },
{ wxT( "kicad" ), _( "Kicad Manager" ) },
{ wxT( "kicad" ), _( "Project Manager" ) },
{ wxT( "eeschema" ), _( "Eeschema" ) },
{ wxT( "pcbnew" ), _( "Pcbnew" ) },
{ wxT( "plEditor" ), _( "Page Layout Editor" ), },