8522: fix a typo on commit 436487...
This commit is contained in:
parent
189cc853b2
commit
b34e088fe7
@ -731,7 +731,7 @@ class FanChartOptions(MenuReportOptions):
|
|||||||
p = ParagraphStyle()
|
p = ParagraphStyle()
|
||||||
p.set_font(f)
|
p.set_font(f)
|
||||||
p.set_alignment(PARA_ALIGN_CENTER)
|
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)
|
default_style.add_paragraph_style("FC-Text" + "%02d" % i, p)
|
||||||
|
|
||||||
# GraphicsStyles
|
# GraphicsStyles
|
||||||
|
Loading…
Reference in New Issue
Block a user