mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 22:57:11 -05:00
clarify #s in empty card report
This commit is contained in:
parent
7c67e292db
commit
4c57d91394
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ select id from notes where id in %s and id not in (select nid from cards)""" %
|
|||
for ords, cnt, flds in self.db.all("""
|
||||
select group_concat(ord+1), count(), flds from cards c, notes n
|
||||
where c.nid = n.id and c.id in %s group by nid""" % ids2str(cids)):
|
||||
rep += _("Cards: %(c)s\nFields: %(f)s\n\n") % dict(
|
||||
rep += _("Empty card numbers: %(c)s\nFields: %(f)s\n\n") % dict(
|
||||
c=ords, f=flds.replace("\x1f", " / "))
|
||||
return rep
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue