bug #5485 (introduced at rev 18118, for f.r. #5149)

svn: r18704
This commit is contained in:
Paul Franklin 2012-01-05 17:50:47 +00:00
parent d1804ff84b
commit fea6a2c9e3

View File

@ -169,7 +169,8 @@ class CalendarReport(Report):
if self.relationships:
name = self.center_person.get_primary_name()
self.doc.start_paragraph('BIR-Text3style')
self.doc.write_text(_("Relationships shown are to %s") % _nd.display_name(name))
self.doc.write_text(_("Relationships shown are to %s") %
self._name_display.display_name(name))
self.doc.end_paragraph()
self._user.begin_progress(_('Birthday and Anniversary Report'),
_('Formatting months...'), 12)