From a19c668891a737547664d183eeea31374eea70f4 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 21 Jun 2019 12:10:19 +0100 Subject: [PATCH] Add tooltip for local ratsnest tool. --- pcbnew/tools/pcb_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/pcb_actions.cpp b/pcbnew/tools/pcb_actions.cpp index 3559ff3837..c552884a76 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -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",