Fix local ratsnest tooltip to mention "toggle".

Fixes https://gitlab.com/kicad/code/kicad/issues/8415
This commit is contained in:
Jeff Young 2021-06-04 23:16:59 +01:00
parent 5f37161c74
commit d32d107923
1 changed files with 1 additions and 1 deletions

View File

@ -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",