[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/Five/form/__init__.py Fred fix a speling error in Zope 3.2.

Philipp von Weitershausen philikon at philikon.de
Tue Dec 6 08:40:03 EST 2005


Log message for revision 40588:
  Fred fix a speling error in Zope 3.2.
  

Changed:
  U   Zope/branches/2.9/lib/python/Products/Five/form/__init__.py

-=-
Modified: Zope/branches/2.9/lib/python/Products/Five/form/__init__.py
===================================================================
--- Zope/branches/2.9/lib/python/Products/Five/form/__init__.py	2005-12-06 12:30:02 UTC (rev 40587)
+++ Zope/branches/2.9/lib/python/Products/Five/form/__init__.py	2005-12-06 13:40:01 UTC (rev 40588)
@@ -135,7 +135,7 @@
                     notify(ObjectModifiedEvent(content))
             except WidgetsError, errors:
                 self.errors = errors
-                status = _("An error occured.")
+                status = _("An error occurred.")
                 transaction.abort()
             else:
                 setUpEditWidgets(self, self.schema, source=self.adapted,
@@ -178,7 +178,7 @@
                 self.createAndAdd(data)
             except WidgetsError, errors:
                 self.errors = errors
-                self.update_status = _("An error occured.")
+                self.update_status = _("An error occurred.")
                 return self.update_status
 
             self.request.response.redirect(self.nextURL())



More information about the Zope-Checkins mailing list