From 5e7495f797848cc4c41857d874520fe0d655511b Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 14 Aug 2006 20:34:25 +0000 Subject: [PATCH] * src/Filters/Rules/Family/_ChildHasNameOf.py (description): Typo. * src/Filters/Rules/Family/_ChildHasIdOf.py (description): Typo. * src/Filters/Rules/Family/_FatherHasNameOf.py (description): Typo. * src/Filters/Rules/Family/_FatherHasIdOf.py (description): Typo. * src/Filters/Rules/Family/_MotherHasNameOf.py (description): Typo. * src/Filters/Rules/Family/_MotherHasIdOf.py (description): Typo. svn: r7177 --- ChangeLog | 6 ++++++ src/Filters/Rules/Family/_ChildHasIdOf.py | 2 +- src/Filters/Rules/Family/_ChildHasNameOf.py | 2 +- src/Filters/Rules/Family/_FatherHasIdOf.py | 2 +- src/Filters/Rules/Family/_FatherHasNameOf.py | 2 +- src/Filters/Rules/Family/_MotherHasIdOf.py | 2 +- src/Filters/Rules/Family/_MotherHasNameOf.py | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 598258b3d..a145a39ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ 2006-08-14 Alex Roitman + * src/Filters/Rules/Family/_ChildHasNameOf.py (description): Typo. + * src/Filters/Rules/Family/_ChildHasIdOf.py (description): Typo. + * src/Filters/Rules/Family/_FatherHasNameOf.py (description): Typo. + * src/Filters/Rules/Family/_FatherHasIdOf.py (description): Typo. + * src/Filters/Rules/Family/_MotherHasNameOf.py (description): Typo. + * src/Filters/Rules/Family/_MotherHasIdOf.py (description): Typo. * src/Makefile.am (docs): Use new project website in API docs. 2006-08-14 Don Allingham diff --git a/src/Filters/Rules/Family/_ChildHasIdOf.py b/src/Filters/Rules/Family/_ChildHasIdOf.py index f67f275ad..653f00d2f 100644 --- a/src/Filters/Rules/Family/_ChildHasIdOf.py +++ b/src/Filters/Rules/Family/_ChildHasIdOf.py @@ -45,7 +45,7 @@ class ChildHasIdOf(HasGrampsId): labels = [ _('Person ID:') ] name = _('Families with child with the ') - description = _("Matches familis where child has a specified " + description = _("Matches families where child has a specified " "GRAMPS ID") category = _('Child filters') base_class = HasGrampsId diff --git a/src/Filters/Rules/Family/_ChildHasNameOf.py b/src/Filters/Rules/Family/_ChildHasNameOf.py index df2385375..857a97855 100644 --- a/src/Filters/Rules/Family/_ChildHasNameOf.py +++ b/src/Filters/Rules/Family/_ChildHasNameOf.py @@ -44,7 +44,7 @@ class ChildHasNameOf(HasNameOf): """Rule that checks for full or partial name matches""" name = _('Families with child with the ') - description = _("Matches familis where child has a specified " + description = _("Matches families where child has a specified " "(partial) name") category = _('Child filters') base_class = HasNameOf diff --git a/src/Filters/Rules/Family/_FatherHasIdOf.py b/src/Filters/Rules/Family/_FatherHasIdOf.py index f46f3ab0d..3a307b24f 100644 --- a/src/Filters/Rules/Family/_FatherHasIdOf.py +++ b/src/Filters/Rules/Family/_FatherHasIdOf.py @@ -45,7 +45,7 @@ class FatherHasIdOf(HasGrampsId): labels = [ _('Person ID:') ] name = _('Families with father with the ') - description = _("Matches familis whose father has a specified " + description = _("Matches families whose father has a specified " "GRAMPS ID") category = _('Father filters') base_class = HasGrampsId diff --git a/src/Filters/Rules/Family/_FatherHasNameOf.py b/src/Filters/Rules/Family/_FatherHasNameOf.py index 33e1bd514..352e7d10e 100644 --- a/src/Filters/Rules/Family/_FatherHasNameOf.py +++ b/src/Filters/Rules/Family/_FatherHasNameOf.py @@ -44,7 +44,7 @@ class FatherHasNameOf(HasNameOf): """Rule that checks for full or partial name matches""" name = _('Families with father with the ') - description = _("Matches familis whose father has a specified " + description = _("Matches families whose father has a specified " "(partial) name") category = _('Father filters') base_class = HasNameOf diff --git a/src/Filters/Rules/Family/_MotherHasIdOf.py b/src/Filters/Rules/Family/_MotherHasIdOf.py index 6e88a2388..0c3d71533 100644 --- a/src/Filters/Rules/Family/_MotherHasIdOf.py +++ b/src/Filters/Rules/Family/_MotherHasIdOf.py @@ -45,7 +45,7 @@ class MotherHasIdOf(HasGrampsId): labels = [ _('Person ID:') ] name = _('Families with mother with the ') - description = _("Matches familis whose mother has a specified " + description = _("Matches families whose mother has a specified " "GRAMPS ID") category = _('Mother filters') base_class = HasGrampsId diff --git a/src/Filters/Rules/Family/_MotherHasNameOf.py b/src/Filters/Rules/Family/_MotherHasNameOf.py index d0011fa5f..b68ed8d47 100644 --- a/src/Filters/Rules/Family/_MotherHasNameOf.py +++ b/src/Filters/Rules/Family/_MotherHasNameOf.py @@ -44,7 +44,7 @@ class MotherHasNameOf(HasNameOf): """Rule that checks for full or partial name matches""" name = _('Families with mother with the ') - description = _("Matches familis whose mother has a specified " + description = _("Matches families whose mother has a specified " "(partial) name") category = _('Mother filters') base_class = HasNameOf