diff --git a/ChangeLog b/ChangeLog index d039147a8..4f3e5f6a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ 2006-10-27 Alex Roitman + * src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py + (name): Correct the string. * src/data/tips.xml.in: Update bug tracker address. * src/const.py.in: Put gettext import back. diff --git a/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py b/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py index 8abff0f79..fdaabad23 100644 --- a/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py +++ b/src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py @@ -49,7 +49,7 @@ class RelationshipPathBetweenBookmarks(Rule): bookmarked individuals. """ - name = _("Relationship path between ") + name = _("Relationship path between bookmarked persons") category = _('Relationship filters') description = _("Matches the ancestors of bookmarked individuals " "back to common ancestors, producing the relationship "