web/views/baseforms.py
branch3.5
changeset 3263 5129918c671b
parent 2996 866a2c135c33
child 3806 6a4191b0eb9a
--- a/web/views/baseforms.py	Wed Sep 16 17:26:52 2009 +0200
+++ b/web/views/baseforms.py	Wed Sep 16 17:27:04 2009 +0200
@@ -216,7 +216,8 @@
             return u''
         req = self.req
         _ = self.req._
-        label = u'%s :' % _('This %s' % entity.e_schema).capitalize()
+        __ = _
+        label = u'%s :' % __('This %s' % entity.e_schema).capitalize()
         eid = entity.eid
         html = []
         w = html.append