fix broken string

This commit is contained in:
Damien Elmes 2021-03-26 11:27:22 +10:00
parent be630adab9
commit a16940a246

View file

@ -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(