Action string typo fixes
This commit is contained in:
parent
0a152f98ac
commit
e6c3027531
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue