Consistency in command names.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17314
This commit is contained in:
Jeff Young 2024-05-15 13:50:07 +01:00
parent 18fde2b9cb
commit e0e9321ea9
1 changed files with 2 additions and 2 deletions

View File

@ -923,8 +923,8 @@ TOOL_ACTION ACTIONS::toggleCursor( TOOL_ACTION_ARGS()
.DefaultHotkey( MD_CTRL + MD_SHIFT + 'X' )
// Don't be tempted to remove "Modern Toolset only". It's in the legacy property name.
.LegacyHotkeyName( "Toggle Cursor Display (Modern Toolset only)" )
.FriendlyName( _( "Always Show Cursor" ) )
.Tooltip( _( "Display crosshairs even in selection tool" ) )
.FriendlyName( _( "Always Show Crosshairs" ) )
.Tooltip( _( "Display crosshairs even when not drawing objects" ) )
.Icon( BITMAPS::cursor ) );
TOOL_ACTION ACTIONS::toggleCursorStyle( TOOL_ACTION_ARGS()