From f31e436934765e07e0b6f2333f2dc09cae54f0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 7 Oct 2013 11:47:21 +0200 Subject: [PATCH] =?UTF-8?q?addon:=20rename=20"Titre=20Synth=C3=A8se"=20but?= =?UTF-8?q?ton=20(#3726)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.py b/styles.py index 67c68fb..aa7b63f 100644 --- a/styles.py +++ b/styles.py @@ -4,7 +4,7 @@ import sys legi_styles = [('Titre Préface', 'TitrePreface'), - ('Titre Synthèse', 'TitreSynthese'), + ('Titre Résumé', 'TitreSynthese'), ('Partie', 'Partie'), ('Chap', 'Chap'), ('Sec 1', 'Sec 1'),