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

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


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

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


=== Zope3/lib/python/Zope/App/OFS/Content/Image/Views/Browser/configure.zcml 1.6 => 1.7 ===
 
   <browser:menuItem menu="add_content"
                     for="Zope.App.OFS.Container.IAdding."
-                    title="Image" action="Image"/>
+                    title="Image" action="Image"
+		    description="This object helps you manage your images." />
 
   <browser:menuItem menu="add_content"
                     for="Zope.App.OFS.Container.IAdding."
-                    title="I18n Image" action="I18nImage"/>
+                    title="I18n Image" action="I18nImage"
+		    description="A multi-locale version of an Image." />
 
 </zopeConfigure>