Fix local ratsnest tooltip to mention "toggle".
Fixes https://gitlab.com/kicad/code/kicad/issues/8415
This commit is contained in:
parent
5f37161c74
commit
d32d107923
|
@ -754,7 +754,7 @@ TOOL_ACTION PCB_ACTIONS::showEeschema( "pcbnew.EditorControl.showEeschema",
|
|||
|
||||
TOOL_ACTION PCB_ACTIONS::localRatsnestTool( "pcbnew.Control.localRatsnestTool",
|
||||
AS_GLOBAL, 0, "",
|
||||
_( "Highlight Ratsnest" ), _( "Show ratsnest of selected item(s)" ),
|
||||
_( "Local Ratsnest" ), _( "Toggle ratsnest display of selected item(s)" ),
|
||||
BITMAPS::tool_ratsnest, AF_ACTIVATE );
|
||||
|
||||
TOOL_ACTION PCB_ACTIONS::hideDynamicRatsnest( "pcbnew.Control.hideDynamicRatsnest",
|
||||
|
|
Loading…
Reference in New Issue