mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
cards/5 minutes -> cards/minute
This commit is contained in:
parent
0432911ef9
commit
a59cb3b7a6
1 changed files with 2 additions and 2 deletions
|
@ -286,8 +286,8 @@ group by day order by day""" % (self._limit(), lim),
|
||||||
if total and tot:
|
if total and tot:
|
||||||
self._line(
|
self._line(
|
||||||
i, _("Average answer time"),
|
i, _("Average answer time"),
|
||||||
_("%(a)0.1fs (%(b)d cards/5 minutes)") % dict(
|
_("%(a)0.1fs (%(b)d cards/minute)") % dict(
|
||||||
a=(tot*60)/total, b=(total / float(tot))*5))
|
a=(tot*60)/total, b=(total / float(tot))))
|
||||||
return self._lineTbl(i), int(tot)
|
return self._lineTbl(i), int(tot)
|
||||||
|
|
||||||
def _splitRepData(self, data, spec):
|
def _splitRepData(self, data, spec):
|
||||||
|
|
Loading…
Reference in a new issue