mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05: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
|
# check
|
||||||
if not u.check(self.file):
|
if not u.check(self.file):
|
||||||
self.log.append(_(
|
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."))
|
"in Anki 1.2 first."))
|
||||||
raise Exception("invalidFile")
|
raise Exception("invalidFile")
|
||||||
# upgrade
|
# upgrade
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue