mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
reword stats line
This commit is contained in:
parent
f9c438b2bf
commit
05538f9ef2
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ group by day order by day""" % (self._limit(), lim),
|
|||
if convHours:
|
||||
# convert to minutes
|
||||
tot *= 60
|
||||
self._line(i, _("Average over studied"), self._avgDay(
|
||||
self._line(i, _("Average for days studied"), self._avgDay(
|
||||
tot, studied, unit))
|
||||
self._line(i, _("If you studied every day"), self._avgDay(
|
||||
tot, period, unit))
|
||||
|
|
Loading…
Reference in a new issue