From a16940a246a8aaa6f4153510c4a18faa177a1c8c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 26 Mar 2021 11:27:22 +1000 Subject: [PATCH] fix broken string --- qt/aqt/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/main.py b/qt/aqt/main.py index ca67ac452..944f7f2d8 100644 --- a/qt/aqt/main.py +++ b/qt/aqt/main.py @@ -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(