Improve core.openEmptyEditorOnStart description

This commit is contained in:
Lee Dohm
2016-11-06 10:55:07 -08:00
parent b0ee989996
commit 6472f069af

View File

@@ -122,7 +122,7 @@ const configSchema = {
]
},
openEmptyEditorOnStart: {
description: 'Automatically open an empty editor on startup.',
description: 'When checked opens an untitled editor on _File > New Window_; otherwise no buffer is opened.',
type: 'boolean',
default: true
},