Log message for revision 65939:
  fixed the name of the permission (there is no roundup product involved here)
  

Changed:
  U   Zope/trunk/lib/python/Products/ZReST/ZReST.py

-=-
Modified: Zope/trunk/lib/python/Products/ZReST/ZReST.py
===================================================================
--- Zope/trunk/lib/python/Products/ZReST/ZReST.py       2006-03-13 12:52:13 UTC 
(rev 65938)
+++ Zope/trunk/lib/python/Products/ZReST/ZReST.py       2006-03-13 13:03:15 UTC 
(rev 65939)
@@ -26,7 +26,7 @@
     'manage_addZReSTForm')
 manage_addZReSTForm = DTMLFile('dtml/manage_addZReSTForm', globals())
 
-modulesecurity.declareProtected('Add Z Roundups', 'manage_addZReST')
+modulesecurity.declareProtected('Add RestructuredText Document', 
'manage_addZReST')
 def manage_addZReST(self, id, file='', REQUEST=None):
     """Add a ZReST product """
     # validate the instance_home

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to