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

@@ -123,7 +123,7 @@ class RepositoryView(PageView.ListView):
self._add_action('FilterEdit', None, _('Repository Filter Editor'),
callback=self.filter_editor,)
self._add_action('QuickReport', None,
_("Quick Report"), None, None, None)
_("Quick View"), None, None, None)
self._add_action('Dummy', None,
' ', None, None, self.dummy_report)