mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
fix broken string
This commit is contained in:
parent
be630adab9
commit
a16940a246
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ class AnkiQt(QMainWindow):
|
|||
except Exception as e:
|
||||
if "FileTooNew" in str(e):
|
||||
showWarning(
|
||||
"This profile requires a newer version of Anki to open. DeckID you forget to use the Downgrade button prior to switching Anki versions?"
|
||||
"This profile requires a newer version of Anki to open. Did you forget to use the Downgrade button prior to switching Anki versions?"
|
||||
)
|
||||
else:
|
||||
showWarning(
|
||||
|
|
Loading…
Reference in a new issue