mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
fix deck wrong format error msg
This commit is contained in:
parent
b46f04c286
commit
dc637e78b3
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ class AnkiQt(QMainWindow):
|
|||
except (IOError, ImportError):
|
||||
return
|
||||
except DeckWrongFormatError, e:
|
||||
ui.utils.showMessage(_(
|
||||
ui.utils.showInfo(_(
|
||||
"Please open this deck with Anki < 0.9.8.7 to upgrade."))
|
||||
return
|
||||
except DeckAccessError, e:
|
||||
|
|
Loading…
Reference in a new issue