diff --git a/Plugins/SpellCheck/SpellCheck.plugin.js b/Plugins/SpellCheck/SpellCheck.plugin.js index 7089365ef0..de290eacff 100644 --- a/Plugins/SpellCheck/SpellCheck.plugin.js +++ b/Plugins/SpellCheck/SpellCheck.plugin.js @@ -71,14 +71,14 @@ module.exports = (_ => { this.defaults = { general: { - downloadDictionary: {value: false, description: "Use local dictionary file (downloads dictionary on first usage)"} + downloadDictionary: {value: false, description: "Use local Dictionary File (downloads Dictionary on first Usage)"} }, choices: { - dictionaryLanguage: {value: "en", force: true, description: "Primary Language: "}, - secondaryLanguage: {value: "-", force: false, description: "Secondary Language: "} + dictionaryLanguage: {value: "en", force: true, description: "Primary Language"}, + secondaryLanguage: {value: "-", force: false, description: "Secondary Language"} }, amounts: { - maxSimilarAmount: {value: 6, min: 1, max: 30, description: "Maximal Amount of suggested Words: "} + maxSimilarAmount: {value: 6, min: 1, max: 30, description: "Maximal Amount of suggested Words"} } };