Tooltip for bounding boxes.
This commit is contained in:
parent
f246646d7a
commit
5c3b6980a5
|
@ -546,7 +546,7 @@ TOOL_ACTION ACTIONS::highContrastModeCycle( "common.Control.highContrastModeCycl
|
|||
|
||||
TOOL_ACTION ACTIONS::toggleBoundingBoxes( "common.Control.toggleBoundingBoxes",
|
||||
AS_GLOBAL, 0, "",
|
||||
_( "Draw Bounding Boxes" ), "",
|
||||
_( "Draw Bounding Boxes" ), _( "Draw Bounding Boxes" ),
|
||||
BITMAPS::gerbview_show_negative_objects );
|
||||
|
||||
TOOL_ACTION ACTIONS::selectionTool( "common.InteractiveSelection.selectionTool",
|
||||
|
|
Loading…
Reference in New Issue