From ffb8b32be406766f1c7358da6e044d8779a321a6 Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Tue, 25 Nov 2014 09:59:12 +0100 Subject: [PATCH] ... --- iramuteq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4