Use consistent naming for project manager.
This commit is contained in:
parent
729dc75396
commit
20ca836ab3
|
@ -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" ), },
|
||||
|
|
Loading…
Reference in New Issue