Improve info message (#2343)

This commit is contained in:
evandrocoan 2023-01-28 23:55:01 -03:00 committed by GitHub
parent 4c98a1a318
commit 13d557589f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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():