mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
when graphing deck life, period = first day
This commit is contained in:
parent
acd0316a14
commit
0843db03fd
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ group by day order by day""" % (self._limit(), lim),
|
||||||
tot = totd[-1][1]
|
tot = totd[-1][1]
|
||||||
period = self._periodDays()
|
period = self._periodDays()
|
||||||
if not period:
|
if not period:
|
||||||
period = self.col.sched.today - first + 1
|
period = first
|
||||||
i = []
|
i = []
|
||||||
self._line(i, _("Days studied"),
|
self._line(i, _("Days studied"),
|
||||||
_("<b>%(pct)d%%</b> (%(x)s of %(y)s)") % dict(
|
_("<b>%(pct)d%%</b> (%(x)s of %(y)s)") % dict(
|
||||||
|
|
Loading…
Reference in a new issue