Fix copy-pasta
This commit is contained in:
parent
20de1b2b4f
commit
ffdf4deb59
|
@ -167,7 +167,7 @@ TOOL_ACTION ACTIONS::paste( "common.Interactive.paste",
|
||||||
TOOL_ACTION ACTIONS::selectAll( "common.Interactive.selectAll",
|
TOOL_ACTION ACTIONS::selectAll( "common.Interactive.selectAll",
|
||||||
AS_GLOBAL,
|
AS_GLOBAL,
|
||||||
MD_CTRL + 'A', "",
|
MD_CTRL + 'A', "",
|
||||||
_( "Select All" ), _( "Paste clipboard into schematic" ) );
|
_( "Select All" ), _( "Select all items on screen" ) );
|
||||||
|
|
||||||
TOOL_ACTION ACTIONS::pasteSpecial( "common.Interactive.pasteSpecial",
|
TOOL_ACTION ACTIONS::pasteSpecial( "common.Interactive.pasteSpecial",
|
||||||
AS_GLOBAL, 0, "",
|
AS_GLOBAL, 0, "",
|
||||||
|
|
Loading…
Reference in New Issue