diff --git a/gramps/plugins/lib/libgedcom.py b/gramps/plugins/lib/libgedcom.py index 49759ae05..157d5935c 100644 --- a/gramps/plugins/lib/libgedcom.py +++ b/gramps/plugins/lib/libgedcom.py @@ -7352,7 +7352,7 @@ class GedcomParser(UpdateCallback): fname = os.path.basename(self.filename) self.user.warn( _("Import of GEDCOM file %(filename)s with DEST=%(by)s, " - "%(by)s, could cause errors in the resulting database!") % + "could cause errors in the resulting database!") % {'filename': fname, 'by': self.genby}, _("Look for nameless events.") )