Overview
Comment: | [fx] fix grammar error |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
2176a6a2f98d9044aaa4de1d6000d753 |
User & Date: | olr on 2017-10-23 10:23:47 |
Other Links: | manifest | tags |
Context
2017-10-23
| ||
10:37 | [fx] CSS: prevent some modifications from webpage check-in: e6928651ef user: olr tags: trunk, fx | |
10:23 | [fx] fix grammar error check-in: 2176a6a2f9 user: olr tags: trunk, fx | |
10:22 | [fx] don’t display buttons by default check-in: e57f451fec user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/panel/main.html from [0cc2fa6313] to [ac2adbb1b6].
︙ | |||
58 59 60 61 62 63 64 | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - + | <h2>Boutons d’accès</h2> <p>Grammalecte peut aussi afficher un bouton d’accès au menu en bas à gauche des zones de texte pour accéder aux fonctionnalités existantes.</p> <p class="right"><img src="../img/menu_button1.png" title="bouton du menu" /></p> <p class="right"><img src="../img/menu_button2.png" title="menu" /></p> <p>Vous pouvez activer ou désactiver l’affichage de ces boutons sur les zones de texte. Il existe deux types de zones de texte.</p> <div class="option_section" id="ui_option_textarea_box"> <p><input type="checkbox" id="ui_option_textarea" /> <label for="ui_option_textarea">“Textareas”</label></p> |
︙ |