diff --git a/common/tool/actions.cpp b/common/tool/actions.cpp index c9470d9a68..d5ea190e8c 100644 --- a/common/tool/actions.cpp +++ b/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, "",