mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user