Index: gc_lang/fr/webext/background.js ================================================================== --- gc_lang/fr/webext/background.js +++ gc_lang/fr/webext/background.js @@ -141,18 +141,18 @@ /* Context Menu */ browser.contextMenus.create({ - id: "parseAndSpellcheck", - title: "Correction grammaticale", + id: "getListOfTokens", + title: "Analyser", contexts: ["selection"] }); browser.contextMenus.create({ - id: "getListOfTokens", - title: "Lexicographe", + id: "parseAndSpellcheck", + title: "Corriger", contexts: ["selection"] }); browser.contextMenus.create({ id: "whatever", Index: gc_lang/fr/webext/content_scripts/panels_content.css ================================================================== --- gc_lang/fr/webext/content_scripts/panels_content.css +++ gc_lang/fr/webext/content_scripts/panels_content.css @@ -6,10 +6,11 @@ /* Wrapper */ .grammalecte_wrapper { + margin: 3px; padding: 5px; border-radius: 3px; background-color: hsl(210, 40%, 96%); border: 1px solid hsl(210, 40%, 92%); box-shadow: 0 0 2px hsla(210, 40%, 0%, .5); Index: gc_lang/fr/webext/panel/main.css ================================================================== --- gc_lang/fr/webext/panel/main.css +++ gc_lang/fr/webext/panel/main.css @@ -120,11 +120,11 @@ height: 500px; overflow: auto; } #page h1 { margin: 0 0 10px 0; - color: hsl(210, 70%, 70%); + color: hsl(210, 50%, 50%); font: bold 30px 'Yanone Kaffeesatz', "Liberation Sans Narrow", sans-serif; } /* @@ -155,13 +155,23 @@ Help */ #help_page { display: none; padding: 20px; - background-color: hsl(0, 50%, 90%); +} +#help_page h2 { + font-size: 20px; + color: hsl(210, 50%, 50%); +} +#help_page .shortcut { + margin-top: 10px; + font-weight: bold; + font-size: 13px; } - +#help_page .shortcut_label { + margin-left: 30px; +} /* Grammar checking options */ #gc_options_page { Index: gc_lang/fr/webext/panel/main.html ================================================================== --- gc_lang/fr/webext/panel/main.html +++ gc_lang/fr/webext/panel/main.html @@ -63,16 +63,19 @@

AIDE

-

-

-

-

-

-

+

Grammalecte encadre les zones de texte usuelles et propose des boutons pour accéder aux fonctionnalités existantes.

+

+

Pour les autres zones de texte (HTML éditable), il faut sélectionner le texte et utiliser le menu contextuel.

+

+

Raccourcis clavier

+

CTRL+MAJ+F6

+

Conjugueur (dans un onglet)

+

CTRL+MAJ+F7

+

Conjugueur (dans une fenêtre)

OPTIONS GRAMMATICALES

@@ -83,11 +86,11 @@

OPTIONS ORTHOGRAPHIQUES

-

*** non actif ***

+

Section inactive. WebExtension ne propose pas encore d’interface de programmation pour le correcteur orthographique.

Ce dictionnaire propose l’orthographe telle qu’elle est écrite aujourd’hui le plus couramment. C’est le dictionnaire recommandé si le français n’est pas votre langue maternelle ou si vous ne désirez qu’une seule graphie correcte par mot.

@@ -105,12 +108,13 @@
-

TESTS

-
Page for tests
+

ZONE DE TEST

+

Section de contrôle pour le développement du logiciel…

+
Page de test
Tests complets
Analyser