[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/i18n/browser/synchronize.py
	Typo reported by JMO.
    Florent Guillaume 
    fg at nuxeo.com
       
    Tue Sep 20 11:53:52 EDT 2005
    
    
  
Log message for revision 38537:
  Typo reported by JMO.
  
Changed:
  U   Zope3/trunk/src/zope/app/i18n/browser/synchronize.py
-=-
Modified: Zope3/trunk/src/zope/app/i18n/browser/synchronize.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/browser/synchronize.py	2005-09-20 15:33:43 UTC (rev 38536)
+++ Zope3/trunk/src/zope/app/i18n/browser/synchronize.py	2005-09-20 15:53:52 UTC (rev 38537)
@@ -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