diff --git a/src/vs/workbench/electron-browser/main.contribution.ts b/src/vs/workbench/electron-browser/main.contribution.ts index 680543a752abe0cdc42c694244cc35974709eded..0dd85b2957bf7871553180e80bb59a3dc2a0889b 100644 --- a/src/vs/workbench/electron-browser/main.contribution.ts +++ b/src/vs/workbench/electron-browser/main.contribution.ts @@ -189,7 +189,7 @@ let properties: { [path: string]: IJSONSchema; } = { 'window.fullScreenZenMode': { 'type': 'boolean', 'default': true, - 'description': nls.localize('fullScreenZenMode', "Controls if zen mode should transition the workbench to full screen mode automatically.") + 'description': nls.localize('fullScreenZenMode', "Controls if turning on Zen Mode also puts the workbench into full screen mode.") }, 'window.zoomLevel': { 'type': 'number',