[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser - configure.zcml:1.2

Stephan Richter srichter@cbu.edu
Wed, 10 Jul 2002 23:07:11 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv25171/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser

Modified Files:
	configure.zcml 
Log Message:
Added descriptions for all the content objects menu items.


=== Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/configure.zcml 1.1 => 1.2 ===
 
 <browser:menuItem menu="add_content"
     for="Zope.App.OFS.Container.IAdding."
-    title="SQLScript" action="SQLScript" />
+    title="SQLScript" action="SQLScript"
+    description="A content object getting its data from a RDB." />
 
 </zopeConfigure>