Bug #2157: Change Quick Report to Quick View, fixed

svn: r11606
This commit is contained in:
Doug Blank
2009-01-10 19:33:55 +00:00
parent d8f05e65d4
commit b7e9f0937d
5 changed files with 5 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ class PersonView(PageView.PersonNavView):
_("Edit the selected person"), self.edit),
('CloseAllNodes', None, _("Collapse all Nodes"), None, None,
self.close_all_nodes),
('QuickReport', None, _("Quick Report"), None, None, None),
('QuickReport', None, _("Quick View"), None, None, None),
('Dummy', None, ' ', None, None, self.dummy_report),
])