From 5f37161c7448d8299cf48e2238d2cddf41ed2f20 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 4 Jun 2021 23:12:56 +0100 Subject: [PATCH] Tooltip for selection tool. Fixes https://gitlab.com/kicad/code/kicad/issues/8544 --- common/tool/actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tool/actions.cpp b/common/tool/actions.cpp index 3d3fb3e521..72c1c5d240 100644 --- a/common/tool/actions.cpp +++ b/common/tool/actions.cpp @@ -534,7 +534,7 @@ TOOL_ACTION ACTIONS::highContrastModeCycle( "common.Control.highContrastModeCycl TOOL_ACTION ACTIONS::selectionTool( "common.InteractiveSelection.selectionTool", AS_GLOBAL, 0, "", - _( "Select item(s)" ), "", + _( "Select item(s)" ), _( "Select item(s)" ), BITMAPS::cursor, AF_ACTIVATE ); TOOL_ACTION ACTIONS::measureTool( "common.InteractiveEdit.measureTool",