Skip to content

Commit

Permalink
Improve wording in of editorHeaderBackground (#25476)
Browse files Browse the repository at this point in the history
Fixes #25475
  • Loading branch information
Tyriar authored and bpasero committed Apr 27, 2017
1 parent 359c674 commit d8a1d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/common/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d8a1d8b

Please sign in to comment.