* src/GenericFilter.py

(IsLessThanNthGenerationAncestorOfBookmarked): Typo.


svn: r5762
This commit is contained in:
Alex Roitman 2006-01-16 19:39:35 +00:00
parent 882d9c0b17
commit 8ba376dd86
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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):