[Zope3-checkins] CVS: Zope3/src/zope/app/form/browser -
metadirectives.py:1.4
Dmitry Vasiliev
dima at hlabs.spb.ru
Wed Apr 14 10:31:49 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/form/browser
In directory cvs.zope.org:/tmp/cvs-serv18042/src/zope/app/form/browser
Modified Files:
metadirectives.py
Log Message:
New MessageID field added, zope.pot updated.
=== Zope3/src/zope/app/form/browser/metadirectives.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/form/browser/metadirectives.py:1.3 Tue Mar 23 17:08:10 2004
+++ Zope3/src/zope/app/form/browser/metadirectives.py Wed Apr 14 10:31:18 2004
@@ -298,7 +298,7 @@
See zope.app.browser.form.interfaces.IAddFormCustomization.
"""
- description = Text(
+ description = MessageID(
title=u"A longer description of the add form.",
description=u"""
A UI may display this with the item or display it when the
More information about the Zope3-Checkins
mailing list