* 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
This commit is contained in:
parent
90c53ea10d
commit
176e766c7d
@ -1,4 +1,10 @@
|
|||||||
2006-08-14 Alex Roitman <shura@gramps-project.org>
|
2006-08-14 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* 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.
|
* src/Makefile.am (docs): Use new project website in API docs.
|
||||||
|
|
||||||
2006-08-14 Don Allingham <don@gramps-project.org>
|
2006-08-14 Don Allingham <don@gramps-project.org>
|
||||||
|
@ -45,7 +45,7 @@ class ChildHasIdOf(HasGrampsId):
|
|||||||
|
|
||||||
labels = [ _('Person ID:') ]
|
labels = [ _('Person ID:') ]
|
||||||
name = _('Families with child with the <Id>')
|
name = _('Families with child with the <Id>')
|
||||||
description = _("Matches familis where child has a specified "
|
description = _("Matches families where child has a specified "
|
||||||
"GRAMPS ID")
|
"GRAMPS ID")
|
||||||
category = _('Child filters')
|
category = _('Child filters')
|
||||||
base_class = HasGrampsId
|
base_class = HasGrampsId
|
||||||
|
@ -44,7 +44,7 @@ class ChildHasNameOf(HasNameOf):
|
|||||||
"""Rule that checks for full or partial name matches"""
|
"""Rule that checks for full or partial name matches"""
|
||||||
|
|
||||||
name = _('Families with child with the <name>')
|
name = _('Families with child with the <name>')
|
||||||
description = _("Matches familis where child has a specified "
|
description = _("Matches families where child has a specified "
|
||||||
"(partial) name")
|
"(partial) name")
|
||||||
category = _('Child filters')
|
category = _('Child filters')
|
||||||
base_class = HasNameOf
|
base_class = HasNameOf
|
||||||
|
@ -45,7 +45,7 @@ class FatherHasIdOf(HasGrampsId):
|
|||||||
|
|
||||||
labels = [ _('Person ID:') ]
|
labels = [ _('Person ID:') ]
|
||||||
name = _('Families with father with the <Id>')
|
name = _('Families with father with the <Id>')
|
||||||
description = _("Matches familis whose father has a specified "
|
description = _("Matches families whose father has a specified "
|
||||||
"GRAMPS ID")
|
"GRAMPS ID")
|
||||||
category = _('Father filters')
|
category = _('Father filters')
|
||||||
base_class = HasGrampsId
|
base_class = HasGrampsId
|
||||||
|
@ -44,7 +44,7 @@ class FatherHasNameOf(HasNameOf):
|
|||||||
"""Rule that checks for full or partial name matches"""
|
"""Rule that checks for full or partial name matches"""
|
||||||
|
|
||||||
name = _('Families with father with the <name>')
|
name = _('Families with father with the <name>')
|
||||||
description = _("Matches familis whose father has a specified "
|
description = _("Matches families whose father has a specified "
|
||||||
"(partial) name")
|
"(partial) name")
|
||||||
category = _('Father filters')
|
category = _('Father filters')
|
||||||
base_class = HasNameOf
|
base_class = HasNameOf
|
||||||
|
@ -45,7 +45,7 @@ class MotherHasIdOf(HasGrampsId):
|
|||||||
|
|
||||||
labels = [ _('Person ID:') ]
|
labels = [ _('Person ID:') ]
|
||||||
name = _('Families with mother with the <Id>')
|
name = _('Families with mother with the <Id>')
|
||||||
description = _("Matches familis whose mother has a specified "
|
description = _("Matches families whose mother has a specified "
|
||||||
"GRAMPS ID")
|
"GRAMPS ID")
|
||||||
category = _('Mother filters')
|
category = _('Mother filters')
|
||||||
base_class = HasGrampsId
|
base_class = HasGrampsId
|
||||||
|
@ -44,7 +44,7 @@ class MotherHasNameOf(HasNameOf):
|
|||||||
"""Rule that checks for full or partial name matches"""
|
"""Rule that checks for full or partial name matches"""
|
||||||
|
|
||||||
name = _('Families with mother with the <name>')
|
name = _('Families with mother with the <name>')
|
||||||
description = _("Matches familis whose mother has a specified "
|
description = _("Matches families whose mother has a specified "
|
||||||
"(partial) name")
|
"(partial) name")
|
||||||
category = _('Mother filters')
|
category = _('Mother filters')
|
||||||
base_class = HasNameOf
|
base_class = HasNameOf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user