web/views/basecomponents.py
changeset 2476 1294a6bdf3bf
parent 2381 caad2367d940
child 2650 18aec79ec3a3
--- a/web/views/basecomponents.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/web/views/basecomponents.py	Fri Jul 24 14:33:37 2009 +0200
@@ -57,7 +57,7 @@
 
 
 class ApplLogo(component.Component):
-    """build the application logo, usually displayed in the header"""
+    """build the instance logo, usually displayed in the header"""
     id = 'logo'
     property_defs = VISIBLE_PROP_DEF
     # don't want user to hide this component using an cwproperty
@@ -118,8 +118,8 @@
 
 
 class ApplicationMessage(component.Component):
-    """display application's messages given using the __message parameter
-    into a special div section
+    """display messages given using the __message parameter into a special div
+    section
     """
     __select__ = yes()
     id = 'applmessages'
@@ -138,7 +138,7 @@
 
 
 class ApplicationName(component.Component):
-    """display the application name"""
+    """display the instance name"""
     id = 'appliname'
     property_defs = VISIBLE_PROP_DEF
     # don't want user to hide this component using an cwproperty