From 13d557589f81691f54582b0e5cb06007ad6ebde7 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Sat, 28 Jan 2023 23:55:01 -0300 Subject: [PATCH] Improve info message (#2343) --- 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 730996f7a..77668a5bd 100644 --- a/qt/aqt/main.py +++ b/qt/aqt/main.py @@ -1251,7 +1251,7 @@ title="{}" {}>{}""".format( # there were instances in the distant past where the received filename was not # valid (encoding issues?), so this was added to direct users to try # file>import instead. - showInfo(tr.qt_misc_please_use_fileimport_to_import_this()) + showInfo(f"{tr.qt_misc_please_use_fileimport_to_import_this()} ({path})") return None if not self.pm.legacy_import_export():