From 46a7b5bd5b55f21b7e450d70462dabc0782cae62 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 29 May 2006 18:15:58 +0000 Subject: [PATCH] * src/Editors/_EditFamily.py (EditFamily.save): Typo. svn: r6816 --- 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 08ccd2264..8e36337a9 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,5 @@ 2006-05-29 Alex Roitman + * src/Editors/_EditFamily.py (EditFamily.save): Typo. * configure.in: Set up for 2.1.5. 2006-05-28 Alex Roitman diff --git a/gramps2/src/Editors/_EditFamily.py b/gramps2/src/Editors/_EditFamily.py index 58fe69679..2c03e1e72 100644 --- a/gramps2/src/Editors/_EditFamily.py +++ b/gramps2/src/Editors/_EditFamily.py @@ -755,7 +755,7 @@ class EditFamily(EditPrimary): name = "%s [%s]" % (NameDisplay.displayer.display(mother), mother.gramps_id) 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) return