FYI, there is a typo in:

Index: zope/app/i18n/browser/synchronize.py
===================================================================
--- zope/app/i18n/browser/synchronize.py        (revision 38532)
+++ zope/app/i18n/browser/synchronize.py        (working copy)
@@ -117,7 +117,7 @@
         if connected:
             fmsgs = self._connection.getMessagesFor(self.sync_languages)
         else:
-            fmdgs = []
+            fmsgs = []
 
         return self.context.getMessagesMapping(self.sync_languages,
                                                fmsgs)


/JM
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to