[Zope3-checkins]
SVN: Zope3/branches/Zope-3.1/src/zope/app/i18n/browser/synchronize.py
Typo reported by JMO.
Florent Guillaume
fg at nuxeo.com
Tue Sep 20 12:04:06 EDT 2005
Log message for revision 38538:
Typo reported by JMO.
Changed:
U Zope3/branches/Zope-3.1/src/zope/app/i18n/browser/synchronize.py
-=-
Modified: Zope3/branches/Zope-3.1/src/zope/app/i18n/browser/synchronize.py
===================================================================
--- Zope3/branches/Zope-3.1/src/zope/app/i18n/browser/synchronize.py 2005-09-20 15:53:52 UTC (rev 38537)
+++ Zope3/branches/Zope-3.1/src/zope/app/i18n/browser/synchronize.py 2005-09-20 16:04:06 UTC (rev 38538)
@@ -117,7 +117,7 @@
if connected:
fmsgs = self._connection.getMessagesFor(self.sync_languages)
else:
- fmdgs = []
+ fmsgs = []
return self.context.getMessagesMapping(self.sync_languages,
fmsgs)
More information about the Zope3-Checkins
mailing list