Add tooltip for local ratsnest tool.

This commit is contained in:
Jeff Young 2019-06-21 12:10:19 +01:00
parent f70ab6203b
commit a19c668891
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ TOOL_ACTION PCB_ACTIONS::highlightNetSelection( "pcbnew.EditorControl.highlightN
TOOL_ACTION PCB_ACTIONS::localRatsnestTool( "pcbnew.Control.localRatsnestTool",
AS_GLOBAL, 0, "",
_( "Highlight Ratsnest" ), "",
_( "Highlight Ratsnest" ), _( "Show ratsnest of selected item(s)" ),
tool_ratsnest_xpm );
TOOL_ACTION PCB_ACTIONS::hideDynamicRatsnest( "pcbnew.Control.hideDynamicRatsnest",