mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
rating/ease
This commit is contained in:
parent
309f322fc6
commit
bc79f7516a
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ border: 1px solid #000; padding: 3px; '>%s</div>""" % rep
|
|||
return ""
|
||||
s = "<table width=100%%><tr><th align=left>%s</th>" % _("Date")
|
||||
s += ("<th align=right>%s</th>" * 5) % (
|
||||
_("Type"), _("Ease"), _("Interval"), _("Factor"), _("Time"))
|
||||
_("Type"), _("Rating"), _("Interval"), _("Ease"), _("Time"))
|
||||
cnt = 0
|
||||
for (date, ease, ivl, factor, taken, type) in reversed(entries):
|
||||
cnt += 1
|
||||
|
|
Loading…
Reference in a new issue