Remove the word GEDCOM from the importer unicode error message. It is
an error message for all importers, not just GEDCOM. src/DbLoader.py svn: r10621
This commit is contained in:
parent
26cdcd680e
commit
3c4aa8e060
@ -302,7 +302,7 @@ class DbLoader:
|
|||||||
except UnicodeError, msg:
|
except UnicodeError, msg:
|
||||||
ErrorDialog(
|
ErrorDialog(
|
||||||
_("Could not import file: %s") % filename,
|
_("Could not import file: %s") % filename,
|
||||||
_("This GEDCOM file incorrectly identifies its character "
|
_("This file incorrectly identifies its character "
|
||||||
"set, so it cannot be accurately imported. Please fix the "
|
"set, so it cannot be accurately imported. Please fix the "
|
||||||
"encoding, and import again") + "\n\n %s" % msg)
|
"encoding, and import again") + "\n\n %s" % msg)
|
||||||
except Exception:
|
except Exception:
|
||||||
|
Loading…
Reference in New Issue
Block a user