From 8ba376dd867d09832384acd4b2bd7d452663ee2a Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 16 Jan 2006 19:39:35 +0000 Subject: [PATCH] * src/GenericFilter.py (IsLessThanNthGenerationAncestorOfBookmarked): Typo. svn: r5762 --- gramps2/ChangeLog | 4 ++++ gramps2/src/GenericFilter.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 86d18c47b..9b790685c 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2006-01-16 Alex Roitman + * src/GenericFilter.py + (IsLessThanNthGenerationAncestorOfBookmarked): Typo. + 2006-01-15 Don Allingham * src/RelLib.py: improve Event is_equal method diff --git a/gramps2/src/GenericFilter.py b/gramps2/src/GenericFilter.py index c67b61925..f82dbb786 100644 --- a/gramps2/src/GenericFilter.py +++ b/gramps2/src/GenericFilter.py @@ -2038,7 +2038,7 @@ class IsLessThanNthGenerationAncestorOfBookmarked(Rule): name = _('Ancestors of bookmarked people not more ' 'than generations away') 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") def prepare(self,db):