web/views/debug.py
brancholdstable
changeset 8462 a14b6562082b
parent 7810 21683b1975e3
child 8190 2a3c1b787688
--- a/web/views/debug.py	Tue Feb 14 15:14:22 2012 +0100
+++ b/web/views/debug.py	Tue Jul 10 15:07:23 2012 +0200
@@ -42,7 +42,7 @@
 class SiteInfoAction(actions.ManagersAction):
     __regid__ = 'siteinfo'
     __select__ = match_user_groups('users','managers')
-    title = _('siteinfo')
+    title = _('Site information')
     category = 'manage'
     order = 1000