[Zope3-checkins] CVS: Zope3/src/zope/app/browser/component -
interfacewidget.py:1.40
Philipp von Weitershausen
philikon at philikon.de
Wed Aug 20 15:21:34 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/component
In directory cvs.zope.org:/tmp/cvs-serv32583/src/zope/app/browser/component
Modified Files:
interfacewidget.py
Log Message:
Fix i18n message ids. We now have explicit message ids in many places where
the English default text is ambigious. Also, message IDs ending with a colon
have been avoided.
German translation was updated accordingly.
=== Zope3/src/zope/app/browser/component/interfacewidget.py 1.39 => 1.40 ===
--- Zope3/src/zope/app/browser/component/interfacewidget.py:1.39 Sun Aug 17 02:05:31 2003
+++ Zope3/src/zope/app/browser/component/interfacewidget.py Wed Aug 20 14:21:03 2003
@@ -313,7 +313,7 @@
if interface == 'None':
options.append('<option value="None"%s>' \
% (interface == selected and ' selected' or '') \
- + _(u"Anything") + '</option>'
+ + _('any-interface', "Anything") + '</option>'
)
else:
More information about the Zope3-Checkins
mailing list