projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef848a
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Tue, 18 Nov 2014 10:47:55 +0000
(11:47 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Tue, 18 Nov 2014 10:47:55 +0000
(11:47 +0100)
tree.py
patch
|
blob
|
history
diff --git
a/tree.py
b/tree.py
index
d1df2d6
..
11de21b
100644
(file)
--- a/
tree.py
+++ b/
tree.py
@@
-383,8
+383,8
@@
class LeftTree(CT.CustomTreeCtrl):
if not item in [self.textroot, self.matroot] :
menu = wx.Menu()
- info = menu.Append(wx.ID_ANY, _(u"Informations").
en
code('utf8'))
- rename = menu.Append(wx.ID_ANY, _(u"Rename").
en
code('utf8'))
+ info = menu.Append(wx.ID_ANY, _(u"Informations").
de
code('utf8'))
+ rename = menu.Append(wx.ID_ANY, _(u"Rename").
de
code('utf8'))
menu.AppendSeparator()
if 'corpus_name' in pydata :