Fix of issue 2936.
svn: r12478
This commit is contained in:
parent
ec4905b6ca
commit
0cc4adaad6
@ -212,9 +212,9 @@ class TimeLine(Report):
|
||||
normal_font = style_sheet.get_paragraph_style('TLG-Name').get_font()
|
||||
label_font = style_sheet.get_paragraph_style('TLG-Label').get_font()
|
||||
|
||||
byline = _("%(calendar_type)s Calendar, Sorted by %(sortby)s" %
|
||||
byline = _("%(calendar_type)s Calendar, Sorted by %(sortby)s") % \
|
||||
{"calendar_type": self.calendar,
|
||||
"sortby": self.sort_name})
|
||||
"sortby": self.sort_name}
|
||||
|
||||
self.doc.center_text('TLG-title',self.title + "\n" + byline,width/2.0,0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user