diff frontends/src/wix/main_window.py @ 391:c34fd9d6242e

spelling
author Goffi <goffi@goffi.org>
date Thu, 29 Sep 2011 14:59:14 +0200
parents 0806a65a5fa9
children 10b4f577d0c0
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py	Thu Sep 29 14:43:33 2011 +0200
+++ b/frontends/src/wix/main_window.py	Thu Sep 29 14:59:14 2011 +0200
@@ -237,8 +237,8 @@
         #TODO: refactor this in QuickApp
         debug (_("Confirmation asked"))
         answer_data={}
-        if type == "FILE_TRANSFERT":
-            debug (_("File transfert confirmation asked"))
+        if type == "FILE_TRANSFER":
+            debug (_("File transfer confirmation asked"))
             dlg = wx.MessageDialog(self, _("The contact %(jid)s wants to send you the file %(filename)s\nDo you accept ?") % {'jid':data["from"], 'filename':data["filename"]},
                                    _('File Request'),
                                    wx.YES_NO | wx.ICON_QUESTION