Fix copy-pasta

This commit is contained in:
Seth Hillbrand 2020-08-20 20:02:11 -07:00
parent 20de1b2b4f
commit ffdf4deb59
1 changed files with 1 additions and 1 deletions

View File

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