diff --git a/src/vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate.ts b/src/vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate.ts index 653f28e4d15e6..65773d240257b 100644 --- a/src/vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate.ts +++ b/src/vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate.ts @@ -29,7 +29,7 @@ class StartDebugTextMate extends Action2 { constructor() { super({ id: 'editor.action.startDebugTextMate', - title: nls.localize2('startDebugTextMate', "Start Text Mate Syntax Grammar Logging"), + title: nls.localize2('startDebugTextMate', "Start TextMate Syntax Grammar Logging"), category: Categories.Developer, f1: true });