* src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py

(name): Correct the string.


svn: r7454
This commit is contained in:
Alex Roitman 2006-10-27 18:54:08 +00:00
parent 1e6843837e
commit df1f3b7571
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
2006-10-27 Alex Roitman <shura@gramps-project.org>
* 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.

View File

@ -49,7 +49,7 @@ class RelationshipPathBetweenBookmarks(Rule):
bookmarked individuals.
"""
name = _("Relationship path between <persons>")
name = _("Relationship path between bookmarked persons")
category = _('Relationship filters')
description = _("Matches the ancestors of bookmarked individuals "
"back to common ancestors, producing the relationship "