Index: gc_lang/fr/webext/background.js ================================================================== --- gc_lang/fr/webext/background.js +++ gc_lang/fr/webext/background.js @@ -215,17 +215,17 @@ contexts: ["all"] }); // Selected text browser.contextMenus.create({ - id: "getListOfTokensFromSelectedText", + id: "rightClickLxgSelectedText", title: "Lexicographe (sélection)", contexts: ["selection"] }); browser.contextMenus.create({ - id: "parseAndSpellcheckSelectedText", + id: "rightClickGCSelectedText", title: "Correction grammaticale (sélection)", contexts: ["selection"] }); browser.contextMenus.create({