Action string typo fixes

This commit is contained in:
Jon Evans 2021-10-30 08:47:36 -04:00
parent 0a152f98ac
commit e6c3027531
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ TOOL_ACTION ACTIONS::copy( "common.Interactive.copy",
TOOL_ACTION ACTIONS::paste( "common.Interactive.paste",
AS_GLOBAL,
MD_CTRL + 'V', LEGACY_HK_NAME( "Paste" ),
_( "Paste" ), _( "Paste items(s) from clipboard" ),
_( "Paste" ), _( "Paste item(s) from clipboard" ),
BITMAPS::paste );
TOOL_ACTION ACTIONS::selectAll( "common.Interactive.selectAll",

View File

@ -94,7 +94,7 @@ static const TOOL_ACTION ACT_EndTrack( "pcbnew.InteractiveRouter.EndTrack",
static const TOOL_ACTION ACT_AutoEndRoute( "pcbnew.InteractiveRouter.AutoEndRoute",
AS_CONTEXT,
'F', "",
_( "Auto-finish Track" ), _( "Automagically finishes laying the current track." ) );
_( "Auto-finish Track" ), _( "Automatically finishes laying the current track." ) );
static const TOOL_ACTION ACT_PlaceThroughVia( "pcbnew.InteractiveRouter.PlaceVia",
AS_CONTEXT,