From d897b4588e062df43a65ce03e4382315cf464268 Mon Sep 17 00:00:00 2001 From: sorata <136738526+brishtibheja@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:35:49 +0530 Subject: [PATCH] update error message (#3612) Co-authored-by: Abdo --- qt/aqt/importing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/importing.py b/qt/aqt/importing.py index 985c02a8a..8f9741a77 100644 --- a/qt/aqt/importing.py +++ b/qt/aqt/importing.py @@ -394,7 +394,7 @@ def importFile(mw: AnkiQt, file: str) -> None: showWarning(invalidZipMsg()) except MediaMapInvalid: showWarning( - "Unable to read file. It probably requires a newer version of Anki to import. Try unchecking 'Legacy import/export Handling' under Preferences > Editing > Import/Export and see if the problem persists." + "Unable to read file. It probably requires a newer version of Anki to import." ) except V2ImportIntoV1: showWarning(