Harmonize on "Manager" for now, since we use that in the docs
This commit is contained in:
parent
bbea5b3fbc
commit
8c7691fbc3
|
@ -856,7 +856,7 @@ TOOL_ACTION PCB_ACTIONS::showLayersManager( "pcbnew.Control.showLayersManager",
|
||||||
|
|
||||||
TOOL_ACTION PCB_ACTIONS::showProperties( "pcbnew.Control.showProperties",
|
TOOL_ACTION PCB_ACTIONS::showProperties( "pcbnew.Control.showProperties",
|
||||||
AS_GLOBAL, 0, "",
|
AS_GLOBAL, 0, "",
|
||||||
_( "Show Properties Panel" ), _( "Show/hide the properties panel" ),
|
_( "Show Properties Manager" ), _( "Show/hide the properties manager" ),
|
||||||
BITMAPS::tools );
|
BITMAPS::tools );
|
||||||
|
|
||||||
TOOL_ACTION PCB_ACTIONS::flipBoard( "pcbnew.Control.flipBoard",
|
TOOL_ACTION PCB_ACTIONS::flipBoard( "pcbnew.Control.flipBoard",
|
||||||
|
|
Loading…
Reference in New Issue