Browse Source

Fix copy-pasta

pull/16/head
Seth Hillbrand 5 years ago
parent
commit
ffdf4deb59
  1. 2
      common/tool/actions.cpp

2
common/tool/actions.cpp

@ -167,7 +167,7 @@ TOOL_ACTION ACTIONS::paste( "common.Interactive.paste",
TOOL_ACTION ACTIONS::selectAll( "common.Interactive.selectAll",
AS_GLOBAL,
MD_CTRL + 'A', "",
_( "Select All" ), _( "Paste clipboard into schematic" ) );
_( "Select All" ), _( "Select all items on screen" ) );
TOOL_ACTION ACTIONS::pasteSpecial( "common.Interactive.pasteSpecial",
AS_GLOBAL, 0, "",

Loading…
Cancel
Save