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", } #-------------------------------------------------------------------------