From 8c7691fbc31d1fcdbb078fd5ca3ef17f77089538 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Fri, 25 Nov 2022 09:13:23 -0500 Subject: [PATCH] Harmonize on "Manager" for now, since we use that in the docs --- pcbnew/tools/pcb_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/pcb_actions.cpp b/pcbnew/tools/pcb_actions.cpp index a586f0aa3f..a0212d6859 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -856,7 +856,7 @@ TOOL_ACTION PCB_ACTIONS::showLayersManager( "pcbnew.Control.showLayersManager", TOOL_ACTION PCB_ACTIONS::showProperties( "pcbnew.Control.showProperties", AS_GLOBAL, 0, "", - _( "Show Properties Panel" ), _( "Show/hide the properties panel" ), + _( "Show Properties Manager" ), _( "Show/hide the properties manager" ), BITMAPS::tools ); TOOL_ACTION PCB_ACTIONS::flipBoard( "pcbnew.Control.flipBoard",