From b34e088fe78e10defccb0613d6fec78d7178c4fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 29 Apr 2015 10:55:54 +0200 Subject: [PATCH] 8522: fix a typo on commit 436487... --- gramps/plugins/drawreport/fanchart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/drawreport/fanchart.py b/gramps/plugins/drawreport/fanchart.py index d18e23016..a6561060e 100644 --- a/gramps/plugins/drawreport/fanchart.py +++ b/gramps/plugins/drawreport/fanchart.py @@ -731,7 +731,7 @@ class FanChartOptions(MenuReportOptions): p = ParagraphStyle() p.set_font(f) p.set_alignment(PARA_ALIGN_CENTER) - p.set_description(_('The style used for the text display of generation "%d"') % i)) + p.set_description(_('The style used for the text display of generation "%d"') % i) default_style.add_paragraph_style("FC-Text" + "%02d" % i, p) # GraphicsStyles