diff --git a/anki/stats.py b/anki/stats.py
index 449222aaf..8dfc80267 100644
--- a/anki/stats.py
+++ b/anki/stats.py
@@ -325,7 +325,8 @@ class DeckStats(object):
(stats["new"], stats["newP"]) = (new, newP)
(stats["old"], stats["oldP"]) = (old, oldP)
(stats["young"], stats["youngP"]) = (young, youngP)
- html += _("Total number of cards: %d
") % total
+ html += _("Total number of cards: %d
") % total
+ html += _("Total number of facts: %d
") % d.factCount
html += _("Card counts
")
html += _("Mature cards: %(old)d "