mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -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:
|
||||
self._line(
|
||||
i, _("Average answer time"),
|
||||
_("%(a)0.1fs (%(b)d cards/5 minutes)") % dict(
|
||||
a=(tot*60)/total, b=(total / float(tot))*5))
|
||||
_("%(a)0.1fs (%(b)d cards/minute)") % dict(
|
||||
a=(tot*60)/total, b=(total / float(tot))))
|
||||
return self._lineTbl(i), int(tot)
|
||||
|
||||
def _splitRepData(self, data, spec):
|
||||
|
|
Loading…
Reference in a new issue