Index: gc_lang/fr/webext/content_scripts/html_src.js
==================================================================
--- gc_lang/fr/webext/content_scripts/html_src.js
+++ gc_lang/fr/webext/content_scripts/html_src.js
@@ -167,11 +167,11 @@
❦
- Aucun synonyme trouvé
+ Entrez un mot pour rechercher des synonymes
Index: gc_lang/fr/webext/content_scripts/panel_gc.js
==================================================================
--- gc_lang/fr/webext/content_scripts/panel_gc.js
+++ gc_lang/fr/webext/content_scripts/panel_gc.js
@@ -982,10 +982,11 @@
this.xParent.getElementById('grammalecte_thes_title').textContent = sWord;
this.emptySynList();
if (lSyns.length == 0) {
this.xParent.getElementById('grammalecte_thes_word').style = "color: #BB4411;";
this.xParent.getElementById('grammalecte_thes_word_info').style = "display: block";
+ this.xParent.getElementById('grammalecte_thes_word_info').textContent = "Aucun synonyme trouvé";
} else {
this.xParent.getElementById('grammalecte_thes_word').style = "";
this.xParent.getElementById('grammalecte_thes_word_info').style = "display: none";
this.populateSynList(lSyns);
}