buggy i18n def

This commit is contained in:
Damien Elmes 2013-11-01 03:09:20 +09:00
parent e5d7a69631
commit 32147b2d76

View File

@ -356,7 +356,7 @@ group by day order by day""" % (self._limit(), lim),
perMin = ngettext("%d card/minute", "%d cards/minute", perMin) % perMin
self._line(
i, _("Average answer time"),
_("%(a)0.1fs (%(b)s)" % dict(a=(tot*60)/total, b=perMin)))
_("%(a)0.1fs (%(b)s)") % dict(a=(tot*60)/total, b=perMin))
return self._lineTbl(i), int(tot)
def _splitRepData(self, data, spec):