mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
add young/mature counts to labels
This commit is contained in:
parent
8aaff17ccf
commit
7e0e54d7fd
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ group by hour having count() > 30 order by hour""" % lim,
|
|||
(_("Young+Learn"), colYoung),
|
||||
(_("Unseen"), colUnseen),
|
||||
(_("Suspended"), colSusp))):
|
||||
d.append(dict(data=div[c], label=t, color=col))
|
||||
d.append(dict(data=div[c], label="%s: %s" % (t, div[c]), color=col))
|
||||
# text data
|
||||
i = []
|
||||
(c, f) = self.col.db.first("""
|
||||
|
|
|
|||
Loading…
Reference in a new issue