show # of facts in deck stats

This commit is contained in:
Damien Elmes 2009-01-27 01:48:16 +09:00
parent bf77ed1db7
commit ea89f1d587

View file

@ -325,7 +325,8 @@ class DeckStats(object):
(stats["new"], stats["newP"]) = (new, newP) (stats["new"], stats["newP"]) = (new, newP)
(stats["old"], stats["oldP"]) = (old, oldP) (stats["old"], stats["oldP"]) = (old, oldP)
(stats["young"], stats["youngP"]) = (young, youngP) (stats["young"], stats["youngP"]) = (young, youngP)
html += _("Total number of cards: <b>%d</b><br><br>") % total html += _("Total number of cards: <b>%d</b><br>") % total
html += _("Total number of facts: <b>%d</b><br><br>") % d.factCount
html += _("<b>Card counts</b><br>") html += _("<b>Card counts</b><br>")
html += _("Mature cards: <b>%(old)d</b> " html += _("Mature cards: <b>%(old)d</b> "