diff --git a/anki/stats.py b/anki/stats.py index af0ac292d..808da5d36 100644 --- a/anki/stats.py +++ b/anki/stats.py @@ -50,8 +50,8 @@ class CardStats(object): self.addLine(_("Total Time"), fmt(total, point=2)) self.addLine(_("Model"), c.model().name) self.addLine(_("Template") + " "*5, c.template()['name']) - self.addLine(_("Card Group"), self.deck.groupName(c.gid)) - self.addLine(_("Fact Group"), self.deck.groupName(c.fact().gid)) + self.addLine(_("Current Group"), self.deck.groupName(c.gid)) + self.addLine(_("Initial Group"), self.deck.groupName(c.fact().gid)) self.txt += "" return self.txt