提交 b2f61947 编写于 作者: D Daniel Imms

Add missing word, fix localize strings

上级 967a2540
......@@ -31,12 +31,12 @@ configurationRegistry.registerConfiguration({
'properties': {
'externalTerminal.windowsExec': {
'type': 'string',
'description': nls.localize('terminal.external.windowsExec', "Customizes which terminal to run on Windows."),
'description': nls.localize('externalTerminal.windowsExec', "Customizes which terminal to run on Windows."),
'default': DEFAULT_TERMINAL_WINDOWS
},
'externalTerminal.linuxExec': {
'type': 'string',
'description': nls.localize('terminal.external.linuxExec', "Customizes which terminal to on Linux."),
'description': nls.localize('externalTerminal.linuxExec', "Customizes which terminal to run on Linux."),
'default': DEFAULT_TERMINAL_LINUX
}
}
......@@ -117,4 +117,4 @@ actionBarRegistry.registerActionBarContributor(Scope.VIEWER, FileViewerActionCon
{ primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_C }
),
'Open New Command Prompt'
);
\ No newline at end of file
);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册