From 677516d84a46627641f2afb1cc5da5f13bd367fc Mon Sep 17 00:00:00 2001 From: prculley Date: Tue, 16 Aug 2016 09:56:32 -0500 Subject: [PATCH] fix typo in Warning dialog, that duplicated the DEST= value --- gramps/plugins/lib/libgedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") )