From 3c4aa8e06062e8ff4cf94e20c551743a05fc4dcc Mon Sep 17 00:00:00 2001 From: Kees Bakker Date: Tue, 22 Apr 2008 07:08:39 +0000 Subject: [PATCH] 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 --- src/DbLoader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DbLoader.py b/src/DbLoader.py index e60ca6c23..b0cdcb4dd 100644 --- a/src/DbLoader.py +++ b/src/DbLoader.py @@ -302,7 +302,7 @@ class DbLoader: except UnicodeError, msg: ErrorDialog( _("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 " "encoding, and import again") + "\n\n %s" % msg) except Exception: