Improve info message (#2343)

This commit is contained in:
evandrocoan 2023-01-28 23:55:01 -03:00 committed by GitHub
parent fe136e7be8
commit f9c3b0000d

View file

@ -1251,7 +1251,7 @@ title="{}" {}>{}</button>""".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():