fix some unwanted leading space in i18n keys

This commit is contained in:
Damien Elmes 2020-11-12 08:55:26 +10:00
parent 0b06d25375
commit 81b9a3194e

View File

@ -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: