From ecd9b84136faef78fe93b309104d63c3167dc294 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 7 Aug 2001 05:04:39 +0000 Subject: [PATCH] Added "Foster" to the child relationships svn: r300 --- gramps/src/const.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gramps/src/const.py b/gramps/src/const.py index 5c8065eb9..005af7868 100644 --- a/gramps/src/const.py +++ b/gramps/src/const.py @@ -107,11 +107,12 @@ female = _("female") output_formats = ["OpenOffice", "AbiWord", "PDF", "HTML" ] childRelations = { - _("Birth") : "Birth", - _("Adopted") : "Adopted", + _("Birth") : "Birth", + _("Adopted") : "Adopted", _("Stepchild") : "Stepchild", - _("Unknown") : "Unknown", - _("Other") : "Other", + _("Foster") : "Foster", + _("Unknown") : "Unknown", + _("Other") : "Other", } #-------------------------------------------------------------------------