X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=tree.py;fp=tree.py;h=6f719879e712bdfcbbcc07ea713de381402dad41;hp=5a99753ac1e61c5e02752e2b7c45fe9329b10751;hb=618cd389c51c2a917b4aa818860c854cee289f7f;hpb=d4ab05913143e37d4d3b37c72d958276b84b1993 diff --git a/tree.py b/tree.py index 5a99753..6f71987 100755 --- a/tree.py +++ b/tree.py @@ -433,7 +433,7 @@ class LeftTree(CT.CustomTreeCtrl): translate = menu.Append(wx.ID_ANY, _(u"Translate Profile").decode('utf8')) profsr = menu.Append(wx.ID_ANY, _(u"Repeated segments profiles").decode('utf8')) profgram = menu.Append(wx.ID_ANY, _(u"POS profiles").decode('utf8')) - stcaract = menu.Append(wx.ID_ANY, _(u"Caracteristics text segments").decode('utf8')) + stcaract = menu.Append(wx.ID_ANY, _(u"Characteristics text segments").decode('utf8')) tgen = menu.Append(wx.ID_ANY, _(u"Tgen Editor").decode('utf8')) computetgen = menu.Append(wx.ID_ANY, _(u"Compute Tgen").decode('utf8')) mergeclustergraph = menu.Append(wx.ID_ANY, _(u"Merge Cluster Graph").decode('utf8'))