From 20ca836ab3936588adab457d1b7ac7cc39483e0b Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Wed, 15 Jul 2020 13:53:39 +0100 Subject: [PATCH] Use consistent naming for project manager. --- common/hotkey_store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ), },