From: Pierre Ratinaud Date: Tue, 25 Nov 2014 08:59:12 +0000 (+0100) Subject: ... X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=ffb8b32be406766f1c7358da6e044d8779a321a6 ... --- diff --git a/iramuteq.py b/iramuteq.py index f1dabc0..2fe1f07 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -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.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