Skip to content

Commit f2b19d2

Browse files
committed
Remove to terminal as it's the category
1 parent 31db9c4 commit f2b19d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/common/terminalStrings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const terminalStrings = {
3737
toggleSizeToContentWidth: localize2('workbench.action.terminal.sizeToContentWidthInstance', "Toggle Size to Content Width"),
3838
focusHover: localize2('workbench.action.terminal.focusHover', "Focus Hover"),
3939
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"),
4141
newWithCwd: localize2('workbench.action.terminal.newWithCwd', "Create New Terminal Starting in a Custom Working Directory"),
4242
renameWithArgs: localize2('workbench.action.terminal.renameWithArg', "Rename the Currently Active Terminal"),
4343
scrollToPreviousCommand: localize2('workbench.action.terminal.scrollToPreviousCommand', "Scroll to Previous Command"),

0 commit comments

Comments
 (0)