[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views/Browser - add.pt:1.9

Steve Alexander steve@cat-box.net
Tue, 17 Dec 2002 14:14:13 -0500


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

Modified Files:
	add.pt 
Log Message:
corrected comment


=== Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/add.pt 1.8 => 1.9 ===
--- Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/add.pt:1.8	Thu Dec 12 06:32:29 2002
+++ Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/add.pt	Tue Dec 17 14:14:12 2002
@@ -29,8 +29,8 @@
   <caption>Add Content</caption>
 
     <!--
-      ** listAddableInfo returns a sequence of mappings, containing:
-      **   'id'    : the ID of the addable type
+      ** addingInfo returns a sequence of mappings, containing:
+      **   'id'    : the id of the addable type
       **   'title' : the title of the addable type
       **   'description'  : the description of the addable type
       -->