web/views/startup.py
changeset 2476 1294a6bdf3bf
parent 2436 44b2eea35efa
child 2488 cd007fc4f2ea
--- a/web/views/startup.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/web/views/startup.py	Fri Jul 24 14:33:37 2009 +0200
@@ -36,7 +36,7 @@
         return False
 
     def call(self, **kwargs):
-        """The default view representing the application's management"""
+        """The default view representing the instance's management"""
         self.req.add_css('cubicweb.manageview.css')
         self.w(u'<div>\n')
         if not self.display_folders():