[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/catalog/interfaces.py
vocabulary names are not message ids, they are just names
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Jan 19 13:59:46 EST 2005
Log message for revision 28876:
vocabulary names are not message ids, they are just names
Changed:
U Zope3/trunk/src/zope/app/catalog/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/catalog/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/catalog/interfaces.py 2005-01-19 18:56:21 UTC (rev 28875)
+++ Zope3/trunk/src/zope/app/catalog/interfaces.py 2005-01-19 18:59:40 UTC (rev 28876)
@@ -63,7 +63,7 @@
interface = zope.schema.Choice(
title=_(u"Interface"),
description=_(u"Objects will be adapted to this interface"),
- vocabulary=_("Interfaces"),
+ vocabulary="Interfaces",
required=False,
)
More information about the Zope3-Checkins
mailing list