diff --git a/gramps/plugins/tool/verify.py b/gramps/plugins/tool/verify.py index f3e84d988..4112a1b9a 100644 --- a/gramps/plugins/tool/verify.py +++ b/gramps/plugins/tool/verify.py @@ -1788,7 +1788,7 @@ class OldAgeButNoDeath(PersonRule): class BirthEqualsDeath(PersonRule): """ test if a person's birth date is the same as their death date """ ID = 33 - SEVERITY = Rule.ERROR + SEVERITY = Rule.WARNING def broken(self): """ return boolean indicating whether this rule is violated """ birth_date = get_birth_date(self.db, self.obj)