[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py Plural ; )
Hanno Schlichting
hannosch at hannosch.eu
Sat Jul 24 11:20:35 EDT 2010
Log message for revision 115015:
Plural ;)
Changed:
U Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py
-=-
Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py 2010-07-24 15:18:13 UTC (rev 115014)
+++ Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py 2010-07-24 15:20:35 UTC (rev 115015)
@@ -1024,7 +1024,7 @@
security.declareProtected(manage_zcatalog_entries,
'manage_resetCatalogReport')
def manage_resetCatalogReport(self, REQUEST=None):
- """ resets the catalog reports """
+ """ resets the catalog report """
self._catalog.getCatalogReport().reset()
if REQUEST is not None:
More information about the Zope-Checkins
mailing list