diff --git a/common/hotkey_store.cpp b/common/hotkey_store.cpp index ea023e560a..11ac131ce1 100644 --- a/common/hotkey_store.cpp +++ b/common/hotkey_store.cpp @@ -63,7 +63,7 @@ wxString HOTKEY_STORE::GetSectionName( TOOL_ACTION* aAction ) { std::map s_AppNames = { { wxT( "common" ), _( "Common" ) }, - { wxT( "kicad" ), _( "Kicad Manager" ) }, + { wxT( "kicad" ), _( "Project Manager" ) }, { wxT( "eeschema" ), _( "Eeschema" ) }, { wxT( "pcbnew" ), _( "Pcbnew" ) }, { wxT( "plEditor" ), _( "Page Layout Editor" ), },