Update SpellCheck.plugin.js

This commit is contained in:
Mirco Wittrien 2021-05-28 20:18:10 +02:00
parent 428dcfb0e0
commit bdc8154818
1 changed files with 4 additions and 4 deletions

View File

@ -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"}
}
};