Translation problem in narrative web.
This commit is contained in:
parent
9afe0cc181
commit
46cd191e49
@ -1296,9 +1296,8 @@ class BasePage: # pylint: disable=C1001
|
||||
msg += self._('Last change was the %(date)s') % {'date' :
|
||||
last_modif}
|
||||
else:
|
||||
dat_txt = ' on %(date)s' % {'date' :
|
||||
self.rlocale.get_date(Today())}
|
||||
msg += self._(dat_txt)
|
||||
dat_txt = self._(' on %(date)s')
|
||||
msg += dat_txt % {'date' : self.rlocale.get_date(Today())}
|
||||
|
||||
origin1 = self.report.filter.get_name(self.rlocale)
|
||||
filt_number = self.report.options['filter']
|
||||
|
Loading…
Reference in New Issue
Block a user