Skip to content

Commit 7291704

Browse files
committed
tweak setting language
1 parent 5725c6b commit 7291704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/externalTerminal/electron-sandbox/externalTerminal.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class ExternalTerminalContribution implements IWorkbenchContribution {
106106
nls.localize('terminal.explorerKind.integrated', "Use VS Code's integrated terminal."),
107107
nls.localize('terminal.explorerKind.external', "Use the configured external terminal.")
108108
],
109-
description: nls.localize('explorer.openInTerminalKind', "When opening a file from the explorer in a terminal, determines where the terminal will be launched."),
109+
description: nls.localize('explorer.openInTerminalKind', "When opening a file from the explorer in a terminal, determines what kind of terminal will be launched"),
110110
default: 'integrated'
111111
},
112112
'terminal.external.windowsExec': {

0 commit comments

Comments
 (0)