mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
display count of notes deleted
This commit is contained in:
parent
0acaf6587e
commit
9a99ee1acb
1 changed files with 1 additions and 1 deletions
|
@ -945,7 +945,7 @@ where id in %s""" % ids2str(sf))
|
|||
self.model.focusedCard = self.model.cards[new]
|
||||
self.model.endReset()
|
||||
self.mw.requireReset()
|
||||
tooltip(_("Notes deleted."))
|
||||
tooltip(_("%s deleted.") % (ngettext("%d note", "%d notes", len(nids)) % len(nids)))
|
||||
|
||||
# Deck change
|
||||
######################################################################
|
||||
|
|
Loading…
Reference in a new issue