buggy i18n def
This commit is contained in:
parent
e5d7a69631
commit
32147b2d76
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user