Update SpellCheck.plugin.js
This commit is contained in:
parent
62b6e58d4c
commit
a27184cb43
|
@ -49,7 +49,7 @@ module.exports = (_ => {
|
|||
|
||||
this.defaults = {
|
||||
settings: {
|
||||
downloadDictionary: {value:false, description:"Use local dictionary file (downloads dictionary on first useage)"}
|
||||
downloadDictionary: {value:false, description:"Use local dictionary file (downloads dictionary on first usage)"}
|
||||
},
|
||||
choices: {
|
||||
dictionaryLanguage: {value:"en", force:true, description:"Primary Language:"},
|
||||
|
@ -570,4 +570,4 @@ module.exports = (_ => {
|
|||
}
|
||||
};
|
||||
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in New Issue