diff --git a/entities.py b/entities.py index 8497c21cac9d1f93c201b8811e0e28efc506bf26_ZW50aXRpZXMucHk=..ded440aeb67a640066b033e4a90d5073a401f8e0_ZW50aXRpZXMucHk= 100644 --- a/entities.py +++ b/entities.py @@ -88,7 +88,7 @@ strings.append(comment.view('fulltext', indentlevel=indentlevel-i, withauthor=i!=indentlevel).strip() + '\n') strings.append(u'\n%s: %s' % (self._cw._('i18n_by_author_field'), - e.dc_creator() or _('unknown author'))) + e.dc_creator() or self._cw._('unknown author'))) strings.append(u'url: %s' % itree.root().absolute_url()) self.w(u'\n'.join(strings))