From: Pierre Date: Fri, 21 Feb 2014 22:22:56 +0000 (+0100) Subject: translation X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=2537abe111160f6c8ed2052665e24a79c1865101 translation --- diff --git a/guifunct.py b/guifunct.py index e699043..9253789 100644 --- a/guifunct.py +++ b/guifunct.py @@ -376,7 +376,7 @@ class PrefSimi ( wx.Dialog ): self.m_panel2.SetSizer( bSizer18 ) self.m_panel2.Layout() bSizer18.Fit( self.m_panel2 ) - self.m_notebook1.AddPage( self.m_panel2, _(u"Graphic settings").decode('utf8'), True ) + self.m_notebook1.AddPage( self.m_panel2, _(u"Graph settings").decode('utf8'), True ) self.m_panel3 = wx.Panel( self.m_notebook1, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, wx.TAB_TRAVERSAL ) fgSizer5 = wx.FlexGridSizer( 0, 3, 0, 0 ) fgSizer5.SetFlexibleDirection( wx.BOTH )