tweak wording

This commit is contained in:
Damien Elmes 2010-07-14 15:07:54 +09:00
parent 25bc507adc
commit 40c0741133

View file

@ -264,7 +264,7 @@ facts.id = cards.factId), firstAnswered from cards where id = :id""",
elif self.sortKey == "noCount":
k = _("Lapses")
elif self.sortKey == "firstAnswered":
k = _("First Review")
k = _("First Answered")
elif self.sortKey == "fact":
k = _("Fact Created")
else: