Skip to content

Commit 53516c2

Browse files
Greg Van Liewramya-rao-a
authored andcommitted
Use VS Code with a space in comments (microsoft#53078)
1 parent 33446a0 commit 53516c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/parts/localizations/electron-browser/localizationsActions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ export class ConfigureLocaleAction extends Action {
2222

2323
private static DEFAULT_CONTENT: string = [
2424
'{',
25-
`\t// ${localize('displayLanguage', 'Defines VSCode\'s display language.')}`,
25+
`\t// ${localize('displayLanguage', 'Defines VS Code\'s display language.')}`,
2626
`\t// ${localize('doc', 'See {0} for a list of supported languages.', 'https://go.microsoft.com/fwlink/?LinkId=761051')}`,
2727
`\t`,
28-
`\t"locale":"${language}" // ${localize('restart', 'Changes will not take effect until VSCode has been restarted.')}`,
28+
`\t"locale":"${language}" // ${localize('restart', 'Changes will not take effect until VS Code has been restarted.')}`,
2929
'}'
3030
].join('\n');
3131

0 commit comments

Comments
 (0)