mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
parent
496d76e478
commit
d897b4588e
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ def importFile(mw: AnkiQt, file: str) -> None:
|
|||
showWarning(invalidZipMsg())
|
||||
except MediaMapInvalid:
|
||||
showWarning(
|
||||
"Unable to read file. It probably requires a newer version of Anki to import. Try unchecking 'Legacy import/export Handling' under Preferences > Editing > Import/Export and see if the problem persists."
|
||||
"Unable to read file. It probably requires a newer version of Anki to import."
|
||||
)
|
||||
except V2ImportIntoV1:
|
||||
showWarning(
|
||||
|
|
Loading…
Reference in a new issue