* src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py
(name): Correct the string. svn: r7454
This commit is contained in:
parent
1e6843837e
commit
df1f3b7571
@ -1,4 +1,6 @@
|
|||||||
2006-10-27 Alex Roitman <shura@gramps-project.org>
|
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/data/tips.xml.in: Update bug tracker address.
|
||||||
* src/const.py.in: Put gettext import back.
|
* src/const.py.in: Put gettext import back.
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ class RelationshipPathBetweenBookmarks(Rule):
|
|||||||
bookmarked individuals.
|
bookmarked individuals.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
name = _("Relationship path between <persons>")
|
name = _("Relationship path between bookmarked persons")
|
||||||
category = _('Relationship filters')
|
category = _('Relationship filters')
|
||||||
description = _("Matches the ancestors of bookmarked individuals "
|
description = _("Matches the ancestors of bookmarked individuals "
|
||||||
"back to common ancestors, producing the relationship "
|
"back to common ancestors, producing the relationship "
|
||||||
|
Loading…
Reference in New Issue
Block a user