* src/Editors/_EditFamily.py (EditFamily.save): Typo.

svn: r6806
This commit is contained in:
Alex Roitman
2006-05-29 02:46:00 +00:00
parent 45ff86cfa7
commit e0642915d7
2 changed files with 2 additions and 1 deletions

View File

@@ -745,7 +745,7 @@ class EditFamily(EditPrimary):
name = "%s [%s]" % (NameDisplay.displayer.display(father),
father.gramps_id)
ErrorDialog(_("A father cannot be his own child"),
_("%s is listed as both the father and child of "
_("%s is listed as both the father and child "
"of the family.") % name)
return
elif self.obj.get_mother_handle() in child_list: