Index: gc_core/py/oxt/OptionsDialog.xcs
==================================================================
--- gc_core/py/oxt/OptionsDialog.xcs
+++ gc_core/py/oxt/OptionsDialog.xcs
@@ -29,11 +29,11 @@
classic
1
- BOLDWAVE
+ WAVE
0
Index: gc_lang/fr/oxt/GraphicOptions/GraphicOptions.py
==================================================================
--- gc_lang/fr/oxt/GraphicOptions/GraphicOptions.py
+++ gc_lang/fr/oxt/GraphicOptions/GraphicOptions.py
@@ -120,11 +120,11 @@
elif self.xBoldWaveLine.State:
sLineType = "BOLDWAVE"
elif self.xBoldLine.State:
sLineType = "BOLD"
else:
- sLineType = "BOLDWAVE"
+ sLineType = "WAVE"
xChild.setPropertyValue("line_type", sLineType)
self.xGLOptionNode.commitChanges()
except:
traceback.print_exc()
# Close window
Index: gc_lang/fr/oxt/GraphicOptions/go_strings.py
==================================================================
--- gc_lang/fr/oxt/GraphicOptions/go_strings.py
+++ gc_lang/fr/oxt/GraphicOptions/go_strings.py
@@ -9,12 +9,12 @@
"graphic_info": "Apparence du soulignement des erreurs grammaticales et typographiques",
"spell_info": "L’apparence du soulignement des erreurs orthographiques (trait ondulé rouge) n’est pas modifiable",
"linetype_section": "Style de ligne (pour LibreOffice 6.3+)",
- "wave_line": "Trait ondulé fin (réglage par défaut de Writer)",
- "boldwave_line": "Trait ondulé épais (réglage par défaut de Grammalecte)",
+ "wave_line": "Trait ondulé fin (réglage par défaut)",
+ "boldwave_line": "Trait ondulé épais",
"bold_line": "Trait droit épais",
"color_section": "Couleurs (pour LibreOffice 6.2+)",
"multicolor_line": "Utiliser plusieurs couleurs",
"multicolor_descr": "Par défaut, Writer signale les erreurs grammaticales et typographiques avec un trait ondulé de couleur bleue. Si cette option est cochée, Grammalecte attribuera des couleurs différentes aux erreurs selon leur type.",
@@ -29,12 +29,12 @@
"graphic_info": "Appearance of underlines for grammar and typographical mistakes",
"spell_info": "Appearance of underlines for spelling mistakes (red thin wiggly line) can’t be modified",
"linetype_section": "Line style (for LibreOffice 6.3+)",
- "wave_line": "Thin wiggly line (default setting of Writer)",
- "boldwave_line": "Thick wiggly line (default setting of Grammalecte)",
+ "wave_line": "Thin wiggly line (default setting)",
+ "boldwave_line": "Thick wiggly line",
"bold_line": "Thick straight line",
"color_section": "Colors (for LibreOffice 6.2+)",
"multicolor_line": "Use several colors",
"multicolor_descr": "By default, Writer underlines grammar and typographical mistakes with a blue wiggly line. If this option is activated, Grammalecte uses different colors for mistakes according to the type they belong to.",