Tooltip for selection tool.

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

View File

@ -534,7 +534,7 @@ TOOL_ACTION ACTIONS::highContrastModeCycle( "common.Control.highContrastModeCycl
TOOL_ACTION ACTIONS::selectionTool( "common.InteractiveSelection.selectionTool", TOOL_ACTION ACTIONS::selectionTool( "common.InteractiveSelection.selectionTool",
AS_GLOBAL, 0, "", AS_GLOBAL, 0, "",
_( "Select item(s)" ), "", _( "Select item(s)" ), _( "Select item(s)" ),
BITMAPS::cursor, AF_ACTIVATE ); BITMAPS::cursor, AF_ACTIVATE );
TOOL_ACTION ACTIONS::measureTool( "common.InteractiveEdit.measureTool", TOOL_ACTION ACTIONS::measureTool( "common.InteractiveEdit.measureTool",