* src/Editors/_EditFamily.py (EditFamily.save): Typo.
svn: r6806
This commit is contained in:
parent
8f6a74ad34
commit
abf0607d8e
@ -1,4 +1,5 @@
|
|||||||
2006-05-28 Alex Roitman <shura@gramps-project.org>
|
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.
|
* src/plugins/Verify.py: Add double-clicking and mark/unmark/invert.
|
||||||
|
|
||||||
2006-05-28 Brian Matherly <brian@gramps-project.org>
|
2006-05-28 Brian Matherly <brian@gramps-project.org>
|
||||||
|
@ -745,7 +745,7 @@ class EditFamily(EditPrimary):
|
|||||||
name = "%s [%s]" % (NameDisplay.displayer.display(father),
|
name = "%s [%s]" % (NameDisplay.displayer.display(father),
|
||||||
father.gramps_id)
|
father.gramps_id)
|
||||||
ErrorDialog(_("A father cannot be his own child"),
|
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)
|
"of the family.") % name)
|
||||||
return
|
return
|
||||||
elif self.obj.get_mother_handle() in child_list:
|
elif self.obj.get_mother_handle() in child_list:
|
||||||
|
Loading…
Reference in New Issue
Block a user