# HG changeset patch
# User Rémi Cardona <remi.cardona@logilab.fr>
# Date 1442823605 -7200
#      Mon Sep 21 10:20:05 2015 +0200
# Node ID ded440aeb67a640066b033e4a90d5073a401f8e0
# Parent  8497c21cac9d1f93c201b8811e0e28efc506bf26
[entities] Add missing translation

diff --git a/entities.py b/entities.py
--- 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))