web/views/startup.py
branchstable
changeset 2368 b41aef0e63a7
parent 2312 af4d8f75c5db
child 2381 caad2367d940
--- a/web/views/startup.py	Fri Jul 10 09:36:33 2009 +0200
+++ b/web/views/startup.py	Fri Jul 10 09:44:36 2009 +0200
@@ -22,7 +22,7 @@
 
 class ManageView(StartupView):
     id = 'manage'
-    title = _('manage')
+    title = _('view_manage')
     http_cache_manager = httpcache.EtagHTTPCacheManager
 
     @classmethod
@@ -160,7 +160,7 @@
 
 class IndexView(ManageView):
     id = 'index'
-    title = _('index')
+    title = _('view_index')
 
     def display_folders(self):
         return 'Folder' in self.schema and self.req.execute('Any COUNT(X) WHERE X is Folder')[0][0]