...
authorPierre Ratinaud <ratinaud@univ-tlse2.fr>
Tue, 25 Nov 2014 08:59:12 +0000 (09:59 +0100)
committerPierre Ratinaud <ratinaud@univ-tlse2.fr>
Tue, 25 Nov 2014 08:59:12 +0000 (09:59 +0100)
iramuteq.py

index f1dabc0..2fe1f07 100644 (file)
@@ -306,7 +306,7 @@ class IraFrame(wx.Frame):
         self.statusbar = self.CreateStatusBar(2, wx.ST_SIZEGRIP)
         self.statusbar.SetStatusWidths([-2, -3])
         self.statusbar.SetStatusText(_(u"Ready"), 0)
         self.statusbar = self.CreateStatusBar(2, wx.ST_SIZEGRIP)
         self.statusbar.SetStatusWidths([-2, -3])
         self.statusbar.SetStatusText(_(u"Ready"), 0)
-        self.statusbar.SetStatusText(_(u"Wellcome"), 1)
+        self.statusbar.SetStatusText(_(u"Welcome"), 1)
 
         # min size for the frame itself isn't completely done.
         # see the end up FrameManager::Update() for the test
 
         # min size for the frame itself isn't completely done.
         # see the end up FrameManager::Update() for the test