From abf0607d8e10316428376e1a891d56d87e4e3d37 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 29 May 2006 02:46:00 +0000 Subject: [PATCH] * src/Editors/_EditFamily.py (EditFamily.save): Typo. svn: r6806 --- gramps2/ChangeLog | 1 + gramps2/src/Editors/_EditFamily.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 2a4f44175..9ae71a4b8 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,5 @@ 2006-05-28 Alex Roitman + * src/Editors/_EditFamily.py (EditFamily.save): Typo. * src/plugins/Verify.py: Add double-clicking and mark/unmark/invert. 2006-05-28 Brian Matherly diff --git a/gramps2/src/Editors/_EditFamily.py b/gramps2/src/Editors/_EditFamily.py index 62a126638..58fe69679 100644 --- a/gramps2/src/Editors/_EditFamily.py +++ b/gramps2/src/Editors/_EditFamily.py @@ -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: