From 6e0d31b812f2a1e988a5c90f2b2f8663614eba10 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Tue, 26 Jul 2022 23:50:16 +0100 Subject: [PATCH] Improve grid tooltip. Fixes https://gitlab.com/kicad/code/kicad/issues/9841 --- 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 2a0c8b3b1c..02725ff599 100644 --- a/common/tool/actions.cpp +++ b/common/tool/actions.cpp @@ -477,7 +477,7 @@ TOOL_ACTION ACTIONS::gridPreset( "common.Control.gridPreset", TOOL_ACTION ACTIONS::toggleGrid( "common.Control.toggleGrid", AS_GLOBAL, 0, "", - _( "Show Grid" ), _( "Display grid dots or lines in the edit window" ), + _( "Show Grid" ), _( "Display background grid in the edit window" ), BITMAPS::grid ); TOOL_ACTION ACTIONS::gridProperties( "common.Control.gridProperties",