From ceb2dc6817bba00f5fc8b11070502a10b6285713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 17 Oct 2012 17:09:42 +0000 Subject: [PATCH] typo svn: r20574 --- 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 9e3f4a18c..c07f1cad8 100644 --- a/gramps/plugins/lib/libgedcom.py +++ b/gramps/plugins/lib/libgedcom.py @@ -6745,7 +6745,7 @@ class GedcomParser(UpdateCallback): WarningDialog( _("Import of GEDCOM file %(filename)s with DEST=%(by)s, " "could cause errors in the resulting database!") - % {'filename': fname, 'by': self.genby), + % {'filename': fname, 'by': self.genby}, _("Look for nameless events.") )