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:
Don Allingham 2006-11-19 02:00:18 +00:00
parent 6006e55963
commit 58da9fb6ef
11 changed files with 207 additions and 312 deletions

View File

@ -1,3 +1,8 @@
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
2006-11-17 Don Allingham <don@gramps-project.org>
* src/ManagedWindow.py: catch missing item error

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,6 @@ DOC_FIGURES = \
figures/edit-person-addresses.png\
figures/edit-person-assoc.png\
figures/edit-person-attributes.png\
figures/edit-person-events.png\
figures/edit-person-gallery.png\
figures/edit-person-internet.png\
figures/edit-person-lds.png\
@ -38,26 +37,20 @@ DOC_FIGURES = \
figures/edit-rel.png\
figures/edit-si.png\
figures/edit-src.png\
figures/edit-wi.png\
figures/events.png\
figures/export-druid.png\
figures/family-alt.png\
figures/family-list.png\
figures/family.png\
figures/family-warn.png\
figures/find-people.png\
figures/first-open.png\
figures/gedcom-export.png\
figures/gedcom-export-progress.png\
figures/gedcom-import.png\
figures/mainwin.png\
figures/media.png\
figures/merge-people.png\
figures/merge-plc.png\
figures/merge-src.png\
figures/missing-media.png\
figures/noside-nofilt.png\
figures/pedigree-anchor.png\
figures/pedigree-child-cut.png\
figures/pedigree.png\
figures/pedigree-siblings-cut.png\

View File

@ -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)