[Zope3-checkins]
SVN: Zope3/branches/philikon-widget-subdirective/src/zope/app/form/utility.py
better terminology
Philipp von Weitershausen
philikon at philikon.de
Sun Jun 12 10:15:51 EDT 2005
Log message for revision 30762:
better terminology
Changed:
U Zope3/branches/philikon-widget-subdirective/src/zope/app/form/utility.py
-=-
Modified: Zope3/branches/philikon-widget-subdirective/src/zope/app/form/utility.py
===================================================================
--- Zope3/branches/philikon-widget-subdirective/src/zope/app/form/utility.py 2005-06-12 14:13:14 UTC (rev 30761)
+++ Zope3/branches/philikon-widget-subdirective/src/zope/app/form/utility.py 2005-06-12 14:15:51 UTC (rev 30762)
@@ -105,7 +105,7 @@
if not IWidget.providedBy(widget):
raise TypeError(
"Unable to configure a widget for %s - attribute %s does not "
- "implement IWidget" % (name, widgetName))
+ "provide IWidget" % (name, widgetName))
if prefix:
widget.setPrefix(prefix)
More information about the Zope3-Checkins
mailing list