[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n - i18n.zcml:1.4
Steve Alexander
steve@cat-box.net
Wed, 12 Jun 2002 16:33:32 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv5136/lib/python/Zope/I18n
Modified Files:
i18n.zcml
Log Message:
corrected typo in interface module
=== Zope3/lib/python/Zope/I18n/i18n.zcml 1.3 => 1.4 ===
<adapter factory="Zope.Publisher.Browser.BrowserLanguages."
for="Zope.Publisher.Browser.IBrowserRequest."
- provides="Zope.I18n.IUserPreferedLanguages"
+ provides="Zope.I18n.IUserPreferredLanguages"
/>