mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
point out that old files are invalid too
This commit is contained in:
parent
faf2f061a8
commit
39f3c84661
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Anki1Importer(Anki2Importer):
|
|||
# check
|
||||
if not u.check(self.file):
|
||||
self.log.append(_(
|
||||
"File is damaged; please run Tools>Advanced>Check DB "
|
||||
"File is old or damaged; please run Tools>Advanced>Check DB "
|
||||
"in Anki 1.2 first."))
|
||||
raise Exception("invalidFile")
|
||||
# upgrade
|
||||
|
|
Loading…
Reference in a new issue