cards>facts in importing message

This commit is contained in:
Damien Elmes 2009-03-12 06:17:55 +09:00
parent 907b711c25
commit 2aa6cab35e

View file

@ -132,7 +132,7 @@ class ImportDialog(QDialog):
self.parent.deck.finishProgress()
self.parent.deck.setUndoEnd(n)
txt = (
_("Importing complete. %(num)d cards imported from %(file)s.\n") %
_("Importing complete. %(num)d facts imported from %(file)s.\n") %
{"num": self.importer.total, "file": os.path.basename(self.file)})
txt += _("Click the close button or import another file.\n\n")
if self.importer.log: