fix typo in Warning dialog, that duplicated the DEST= value
This commit is contained in:
parent
297f9b57c7
commit
677516d84a
@ -7352,7 +7352,7 @@ class GedcomParser(UpdateCallback):
|
|||||||
fname = os.path.basename(self.filename)
|
fname = os.path.basename(self.filename)
|
||||||
self.user.warn(
|
self.user.warn(
|
||||||
_("Import of GEDCOM file %(filename)s with DEST=%(by)s, "
|
_("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},
|
{'filename': fname, 'by': self.genby},
|
||||||
_("Look for nameless events.")
|
_("Look for nameless events.")
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user