web/views/basecomponents.py
changeset 10080 bc7c3b0f439b
parent 9760 7bc3e55d365e
child 10119 3d7e500a0202
--- a/web/views/basecomponents.py	Thu Oct 02 16:34:38 2014 +0200
+++ b/web/views/basecomponents.py	Thu Oct 02 17:18:29 2014 +0200
@@ -182,8 +182,8 @@
 
 
 class ApplicationMessage(component.Component):
-    """display messages given using the __message parameter into a special div
-    section
+    """display messages given using the __message/_cwmsgid parameter into a
+    special div section
     """
     __select__ = yes()
     __regid__ = 'applmessages'