xgettext prior to 0.18.3 leads to error

update template after fixing one string
This commit is contained in:
Jérôme Rapinat 2015-03-25 19:46:32 +01:00
parent a2a68c64f7
commit 436487072a
2 changed files with 143 additions and 210 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff