mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
tweak wording
This commit is contained in:
parent
25bc507adc
commit
40c0741133
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ facts.id = cards.factId), firstAnswered from cards where id = :id""",
|
||||||
elif self.sortKey == "noCount":
|
elif self.sortKey == "noCount":
|
||||||
k = _("Lapses")
|
k = _("Lapses")
|
||||||
elif self.sortKey == "firstAnswered":
|
elif self.sortKey == "firstAnswered":
|
||||||
k = _("First Review")
|
k = _("First Answered")
|
||||||
elif self.sortKey == "fact":
|
elif self.sortKey == "fact":
|
||||||
k = _("Fact Created")
|
k = _("Fact Created")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue