[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/workflow/stateful/browser/contentworkflow.py - modify description of schema field iface. Multiple interfaces can be selected.

Eckart Hertzler eckart at hertzler.de
Mon May 17 05:54:57 EDT 2004


Log message for revision 24768:
- modify description of schema field iface. Multiple interfaces can be selected.



-=-
Modified: Zope3/trunk/src/zope/app/workflow/stateful/browser/contentworkflow.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/browser/contentworkflow.py	2004-05-17 09:50:47 UTC (rev 24767)
+++ Zope3/trunk/src/zope/app/workflow/stateful/browser/contentworkflow.py	2004-05-17 09:54:53 UTC (rev 24768)
@@ -38,8 +38,9 @@
 
     iface = List(
         title=u"Content Interface",
-        description=u"Specifies the interface that characterizes a particular "
-                    u"content type. Select one interface at a time.",
+        description=u"Specifies the interfaces that characterizes a particular "
+                    u"content type. Feel free to select several at "
+                    u"once.", 
         required=True,
         value_type=Choice(vocabulary="Interfaces")        
         )




More information about the Zope3-Checkins mailing list