diff --git a/src/config-schema.coffee b/src/config-schema.coffee index 2ece0267f..525724caa 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -192,4 +192,4 @@ if process.platform in ['win32', 'linux'] module.exports.core.properties.autoHideMenuBar = type: 'boolean' default: false - description: 'Automatically hide the menu bar. This is only supported on Linux and Windows' + description: 'Automatically hide the menu bar and show it when Alt is pressed. This is only supported on Linux and Windows'