pcbnew: swap x/y align text to match vertical/horizontal text on right click...

This commit is contained in:
Stefan 2021-08-12 13:03:52 +00:00 committed by Wayne Stambaugh
parent 04c6b79350
commit 02e7d9f809
1 changed files with 8 additions and 8 deletions

View File

@ -1121,15 +1121,15 @@ TOOL_ACTION PCB_ACTIONS::alignRight( "pcbnew.AlignAndDistribute.alignRight",
_( "Align to Right" ),
_( "Aligns selected items to the right edge" ), BITMAPS::align_items_right );
TOOL_ACTION PCB_ACTIONS::alignCenterX( "pcbnew.AlignAndDistribute.alignCenterX",
AS_GLOBAL, 0, "",
_( "Align to Vertical Center" ),
_( "Aligns selected items to the vertical center" ), BITMAPS::align_items_middle );
TOOL_ACTION PCB_ACTIONS::alignCenterY( "pcbnew.AlignAndDistribute.alignCenterY", AS_GLOBAL, 0, "",
_( "Align to Vertical Center" ),
_( "Aligns selected items to the vertical center" ),
BITMAPS::align_items_center );
TOOL_ACTION PCB_ACTIONS::alignCenterY( "pcbnew.AlignAndDistribute.alignCenterY",
AS_GLOBAL, 0, "",
_( "Align to Horizontal Center" ),
_( "Aligns selected items to the horizontal center" ), BITMAPS::align_items_center );
TOOL_ACTION PCB_ACTIONS::alignCenterX( "pcbnew.AlignAndDistribute.alignCenterX", AS_GLOBAL, 0, "",
_( "Align to Horizontal Center" ),
_( "Aligns selected items to the horizontal center" ),
BITMAPS::align_items_middle );
TOOL_ACTION PCB_ACTIONS::distributeHorizontally( "pcbnew.AlignAndDistribute.distributeHorizontally",
AS_GLOBAL, 0, "",