Browse Source

Action string typo fixes

6.0.7
Jon Evans 4 years ago
parent
commit
e6c3027531
  1. 2
      common/tool/actions.cpp
  2. 2
      pcbnew/router/router_tool.cpp

2
common/tool/actions.cpp

@ -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",

2
pcbnew/router/router_tool.cpp

@ -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…
Cancel
Save