[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZReST/ZReST.py
fixed the name of the permission (there is no roundup product
involved here)
Andreas Jung
andreas at andreas-jung.com
Mon Mar 13 08:03:16 EST 2006
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
More information about the Zope-Checkins
mailing list