File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/workbench/contrib/terminal/common Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const terminalStrings = {
37
37
toggleSizeToContentWidth : localize2 ( 'workbench.action.terminal.sizeToContentWidthInstance' , "Toggle Size to Content Width" ) ,
38
38
focusHover : localize2 ( 'workbench.action.terminal.focusHover' , "Focus Hover" ) ,
39
39
sendSequence : localize2 ( 'workbench.action.terminal.sendSequence' , "Send Custom Sequence to Terminal" ) ,
40
- sendSignal : localize2 ( 'workbench.action.terminal.sendSignal' , "Send Signal to Terminal " ) ,
40
+ sendSignal : localize2 ( 'workbench.action.terminal.sendSignal' , "Send Signal" ) ,
41
41
newWithCwd : localize2 ( 'workbench.action.terminal.newWithCwd' , "Create New Terminal Starting in a Custom Working Directory" ) ,
42
42
renameWithArgs : localize2 ( 'workbench.action.terminal.renameWithArg' , "Rename the Currently Active Terminal" ) ,
43
43
scrollToPreviousCommand : localize2 ( 'workbench.action.terminal.scrollToPreviousCommand' , "Scroll to Previous Command" ) ,
You can’t perform that action at this time.
0 commit comments