From a5a42bbdbe6039d5d72095e50986b8f4e3390b32 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 9 Dec 2019 19:23:54 +0100 Subject: [PATCH] ... --- tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree.py b/tree.py index 6f71987..a5d85e6 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"Characteristics text segments").decode('utf8')) + stcaract = menu.Append(wx.ID_ANY, _(u"Characteristic 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')) -- 2.7.4