Consistently use 'editor' in description

This commit is contained in:
Lee Dohm
2016-11-06 11:30:03 -08:00
parent 0a40019346
commit 03fe5c343b

View File

@@ -122,7 +122,7 @@ const configSchema = {
]
},
openEmptyEditorOnStart: {
description: 'When checked opens an untitled editor when loading a blank environment (such as with _File > New Window_ or when "Restore Previous Windows On Start" is unchecked); otherwise no buffer is opened when loading a blank environment. This setting has no effect when restoring a previous state.',
description: 'When checked opens an untitled editor when loading a blank environment (such as with _File > New Window_ or when "Restore Previous Windows On Start" is unchecked); otherwise no editor is opened when loading a blank environment. This setting has no effect when restoring a previous state.',
type: 'boolean',
default: true
},