Index: gc_lang/fr/webext/background.js ================================================================== --- gc_lang/fr/webext/background.js +++ gc_lang/fr/webext/background.js @@ -107,11 +107,11 @@ } } function setDictionaryOnOff (sDictionary, bActivate) { xGCEWorker.postMessage({ - sCommand: "setDictionary", + sCommand: "setDictionaryOnOff", dParam: { sDictionary: sDictionary, bActivate: bActivate }, dInfo: {} }); }