From 50f50f5ee639d95ced10898059db66b7ab3eade7 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 14 Apr 2003 03:07:06 +0000 Subject: [PATCH] Minor correction svn: r1446 --- src/plugins/Verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Verify.py b/src/plugins/Verify.py index cbe3ff70e..d5e88792a 100644 --- a/src/plugins/Verify.py +++ b/src/plugins/Verify.py @@ -188,7 +188,7 @@ def on_apply_clicked(obj): father = family.getFather() if mother!=None and father!=None: if mother.getGender() == father.getGender(): - warn = error + _("Homosexual marriage %s family %s.\n") % (idstr, family.getId()) + warn = warn + _("Homosexual marriage %s family %s.\n") % (idstr, family.getId()) if family.getFather() == person and person.getGender() == RelLib.Person.female: error = error + _("Female husband %s family %s.\n") % (idstr, family.getId()) if family.getMother() == person and person.getGender() == RelLib.Person.male: