mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -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:
|
except Exception as e:
|
||||||
if "FileTooNew" in str(e):
|
if "FileTooNew" in str(e):
|
||||||
showWarning(
|
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:
|
else:
|
||||||
showWarning(
|
showWarning(
|
||||||
|
|
Loading…
Reference in a new issue