Improve grid tooltip.

Fixes https://gitlab.com/kicad/code/kicad/issues/9841
This commit is contained in:
Jeff Young 2022-07-26 23:50:16 +01:00
parent d9d579c895
commit 6e0d31b812
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ TOOL_ACTION ACTIONS::gridPreset( "common.Control.gridPreset",
TOOL_ACTION ACTIONS::toggleGrid( "common.Control.toggleGrid", TOOL_ACTION ACTIONS::toggleGrid( "common.Control.toggleGrid",
AS_GLOBAL, 0, "", 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 ); BITMAPS::grid );
TOOL_ACTION ACTIONS::gridProperties( "common.Control.gridProperties", TOOL_ACTION ACTIONS::gridProperties( "common.Control.gridProperties",