Index: gc_lang/fr/webext/background.js
==================================================================
--- gc_lang/fr/webext/background.js
+++ gc_lang/fr/webext/background.js
@@ -74,11 +74,11 @@
 
 function initUIOptions (dSavedOptions) {
     if (!dSavedOptions.hasOwnProperty("ui_options")) {
         browser.storage.local.set({"ui_options": {
             textarea: true,
-            editablenode: false
+            editablenode: true
         }});
     }
 }
 
 function initGrammarChecker (dSavedOptions) {