mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Improve info message (#2343)
This commit is contained in:
parent
4c98a1a318
commit
13d557589f
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue