fix typo in Warning dialog, that duplicated the DEST= value

This commit is contained in:
prculley 2016-08-16 09:56:32 -05:00
parent 297f9b57c7
commit 677516d84a

View File

@ -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.")
)