* src/Editors/_EditFamily.py (EditFamily.save): Typo.
svn: r6816
This commit is contained in:
parent
cd1e48bcec
commit
fe55f54624
@ -1,4 +1,5 @@
|
|||||||
2006-05-29 Alex Roitman <shura@gramps-project.org>
|
2006-05-29 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/Editors/_EditFamily.py (EditFamily.save): Typo.
|
||||||
* configure.in: Set up for 2.1.5.
|
* configure.in: Set up for 2.1.5.
|
||||||
|
|
||||||
2006-05-28 Alex Roitman <shura@gramps-project.org>
|
2006-05-28 Alex Roitman <shura@gramps-project.org>
|
||||||
|
@ -755,7 +755,7 @@ class EditFamily(EditPrimary):
|
|||||||
name = "%s [%s]" % (NameDisplay.displayer.display(mother),
|
name = "%s [%s]" % (NameDisplay.displayer.display(mother),
|
||||||
mother.gramps_id)
|
mother.gramps_id)
|
||||||
ErrorDialog(_("A mother cannot be her own child"),
|
ErrorDialog(_("A mother cannot be her own child"),
|
||||||
_("%s is listed as both the mother and child of "
|
_("%s is listed as both the mother and child "
|
||||||
"of the family.") % name)
|
"of the family.") % name)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user