mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
include all jinmei in missing/seen
This commit is contained in:
parent
c9f78cb7b6
commit
5cb85176e6
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ and facts.modelId in %s
|
||||||
out = _("<h1>Missing</h1>")
|
out = _("<h1>Missing</h1>")
|
||||||
else:
|
else:
|
||||||
out = _("<h1>Seen</h1>")
|
out = _("<h1>Seen</h1>")
|
||||||
for grade in range(1, 10):
|
for grade in range(1, len(self.kanjiGrades)):
|
||||||
missing = "".join(self.missingInGrade(grade, check))
|
missing = "".join(self.missingInGrade(grade, check))
|
||||||
if not missing:
|
if not missing:
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue