diff --git a/src/vs/workbench/common/theme.ts b/src/vs/workbench/common/theme.ts index 47722da9c3850..f506a84e39bf7 100644 --- a/src/vs/workbench/common/theme.ts +++ b/src/vs/workbench/common/theme.ts @@ -67,7 +67,7 @@ export const EDITOR_HEADER_BACKGROUND = registerColor('editorHeaderBackground', dark: editorBackground, light: editorBackground, hc: editorBackground -}, nls.localize('editorHeaderBackground', "Background color of the editor title header when no tabs are enabled.")); +}, nls.localize('editorHeaderBackground', "Background color of the editor title header when tabs are disabled.")); export const EDITOR_GROUP_BORDER_COLOR = registerColor('editorGroupBorder', { dark: '#444444',