From 7e0e54d7fd2476dd97b1e386a0bce58fff43a844 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 25 Aug 2012 21:30:16 +0900 Subject: [PATCH] add young/mature counts to labels --- anki/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/stats.py b/anki/stats.py index 7832f30c2..f33e970ef 100644 --- a/anki/stats.py +++ b/anki/stats.py @@ -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("""