From e7b45e9937f7172c86f228f82173798c663c1e30 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 19 Feb 2006 17:49:57 +0000 Subject: [PATCH] Fix typo svn: r5960 --- gramps2/src/ChooseParents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/ChooseParents.py b/gramps2/src/ChooseParents.py index c583697c5..8899d5e67 100644 --- a/gramps2/src/ChooseParents.py +++ b/gramps2/src/ChooseParents.py @@ -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)