* src/GenericFilter.py
(IsLessThanNthGenerationAncestorOfBookmarked): Typo. svn: r5762
This commit is contained in:
parent
882d9c0b17
commit
8ba376dd86
@ -1,3 +1,7 @@
|
|||||||
|
2006-01-16 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/GenericFilter.py
|
||||||
|
(IsLessThanNthGenerationAncestorOfBookmarked): Typo.
|
||||||
|
|
||||||
2006-01-15 Don Allingham <don@gramps-project.org>
|
2006-01-15 Don Allingham <don@gramps-project.org>
|
||||||
* src/RelLib.py: improve Event is_equal method
|
* src/RelLib.py: improve Event is_equal method
|
||||||
|
|
||||||
|
@ -2038,7 +2038,7 @@ class IsLessThanNthGenerationAncestorOfBookmarked(Rule):
|
|||||||
name = _('Ancestors of bookmarked people not more '
|
name = _('Ancestors of bookmarked people not more '
|
||||||
'than <N> generations away')
|
'than <N> generations away')
|
||||||
category = _('Ancestral filters')
|
category = _('Ancestral filters')
|
||||||
description = _("Matches ancestors of the people on the bookmark list"
|
description = _("Matches ancestors of the people on the bookmark list "
|
||||||
"not more than N generations away")
|
"not more than N generations away")
|
||||||
|
|
||||||
def prepare(self,db):
|
def prepare(self,db):
|
||||||
|
Loading…
Reference in New Issue
Block a user