mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
fix some unwanted leading space in i18n keys
This commit is contained in:
parent
db6d81858c
commit
ba5dc96a6b
1 changed files with 2 additions and 2 deletions
|
|
@ -401,7 +401,7 @@ def importFile(mw, file):
|
|||
if "invalidFile" in err:
|
||||
msg = _(
|
||||
"""\
|
||||
Invalid file. Please restore from backup."""
|
||||
Invalid file. Please restore from backup."""
|
||||
)
|
||||
showWarning(msg)
|
||||
elif "invalidTempFolder" in err:
|
||||
|
|
@ -410,7 +410,7 @@ def importFile(mw, file):
|
|||
showWarning(
|
||||
_(
|
||||
"""\
|
||||
Unable to import from a read-only file."""
|
||||
Unable to import from a read-only file."""
|
||||
)
|
||||
)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue