Fix typo
svn: r5960
This commit is contained in:
parent
219fa3312e
commit
e7b45e9937
@ -837,7 +837,7 @@ class LikelyFilter(GenericFilter.Rule):
|
||||
class LikelyFather(LikelyFilter):
|
||||
|
||||
name = _('Likely Father')
|
||||
description = _('Matches likely fathersn')
|
||||
description = _('Matches likely fathers')
|
||||
|
||||
def __init__(self,data_list):
|
||||
LikelyFilter.__init__(self,data_list,RelLib.Person.MALE)
|
||||
|
Loading…
Reference in New Issue
Block a user