From 03fe5c343ba0bf9616666cdf2ba6fd3cbd7dd3e3 Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Sun, 6 Nov 2016 11:30:03 -0800 Subject: [PATCH] Consistently use 'editor' in description --- src/config-schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-schema.js b/src/config-schema.js index ee1e9deb1..93abc1b54 100644 --- a/src/config-schema.js +++ b/src/config-schema.js @@ -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 },