Improve strings for highlight net commands.

This commit is contained in:
Jeff Young 2022-07-22 09:30:36 +01:00
parent def87c969e
commit 5442d284f4
1 changed files with 2 additions and 2 deletions

View File

@ -746,7 +746,7 @@ TOOL_ACTION PCB_ACTIONS::appendBoard( "pcbnew.EditorControl.appendBoard",
TOOL_ACTION PCB_ACTIONS::highlightNet( "pcbnew.EditorControl.highlightNet",
AS_GLOBAL, 0, "",
_( "Highlight Net" ), _( "Highlight the selected net" ),
_( "Highlight Net" ), _( "Highlight net under the cursor" ),
BITMAPS::net_highlight );
TOOL_ACTION PCB_ACTIONS::toggleLastNetHighlight( "pcbnew.EditorControl.toggleLastNetHighlight",
@ -768,7 +768,7 @@ TOOL_ACTION PCB_ACTIONS::highlightNetSelection( "pcbnew.EditorControl.highlightN
AS_GLOBAL,
// Don't be tempted to remove "Modern Toolset only". It's in the legacy property name.
'`', LEGACY_HK_NAME( "Toggle Highlight of Selected Net (Modern Toolset only)" ),
_( "Highlight Net" ), _( "Highlight all copper items on the selected net(s)" ),
_( "Highlight Selected Net" ), _( "Highlight all copper items on the selected net(s)" ),
BITMAPS::net_highlight );
TOOL_ACTION PCB_ACTIONS::highlightItem( "pcbnew.EditorControl.highlightItem",