xgettext prior to 0.18.3 leads to error
update template after fixing one string
This commit is contained in:
parent
a2a68c64f7
commit
436487072a
@ -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
|
||||||
|
351
po/gramps.pot
351
po/gramps.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user