2006-11-18 Don Allingham <don@gramps-project.org>
* src/DataViews/_RelationshipView.py: fix messages * help/C/gramps.xml: improvements in text * various: remove unused figures svn: r7646
This commit is contained in:
@@ -304,7 +304,7 @@ class RelationshipView(PageView.PersonNavView):
|
||||
('AddParents', 'gramps-parents', _('Add Parents'), None ,
|
||||
_("Adds a new set of parents"), self.add_parents),
|
||||
('ShareFamily', 'gramps-sharefamily', _('Share Parents'), None ,
|
||||
_("Adds to an existing set of parents"), self.select_parents),
|
||||
_("Adds an existing set of parents"), self.select_parents),
|
||||
])
|
||||
|
||||
self.add_action_group(self.order_action)
|
||||
|
Reference in New Issue
Block a user