File tree Expand file tree Collapse file tree
src/vs/editor/contrib/links Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ const HOVER_MESSAGE_COMMAND_META = new MarkdownString().appendText(
3939
4040const HOVER_MESSAGE_GENERAL_ALT = new MarkdownString ( ) . appendText (
4141 platform . isMacintosh
42- ? nls . localize ( 'links.navigate.al.mac' , "Follow link (cption + click)" )
42+ ? nls . localize ( 'links.navigate.al.mac' , "Follow link (option + click)" )
4343 : nls . localize ( 'links.navigate.al' , "Follow link (alt + click)" )
4444) ;
4545
4646const HOVER_MESSAGE_COMMAND_ALT = new MarkdownString ( ) . appendText (
4747 platform . isMacintosh
48- ? nls . localize ( 'links.command.al.mac' , "Execute command (cption + click)" )
48+ ? nls . localize ( 'links.command.al.mac' , "Execute command (option + click)" )
4949 : nls . localize ( 'links.command.al' , "Execute command (alt + click)" )
5050) ;
5151
You can’t perform that action at this time.
0 commit comments