* src/Editors/_EditFamily.py (EditFamily.save): Typo.
svn: r6806
This commit is contained in:
parent
45ff86cfa7
commit
e0642915d7
@ -1,4 +1,5 @@
|
||||
2006-05-28 Alex Roitman <shura@gramps-project.org>
|
||||
* src/Editors/_EditFamily.py (EditFamily.save): Typo.
|
||||
* src/plugins/Verify.py: Add double-clicking and mark/unmark/invert.
|
||||
|
||||
2006-05-28 Brian Matherly <brian@gramps-project.org>
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user