X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=9e25a4b299e6698f0bef9d28ec230e0b02cca86a;hp=a85c23aabc98fc5a2b5433bec65c4dfe8590794b;hb=0771c357bbd766b4aadfc0cc7aa36ffdc1b172f5;hpb=9b78e6210e7fc88a7e77d178c4090aabb23580d9 diff --git a/ProfList.py b/ProfList.py index a85c23a..9e25a4b 100644 --- a/ProfList.py +++ b/ProfList.py @@ -751,7 +751,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col rep.sort(key = itemgetter(1), reverse = True) #win = message(self, u"Formes associées", wx.Size(300, 200)) items = dict([[i, '\t:\t'.join([str(val) for val in forme])] for i, forme in enumerate(rep)]) - win = message(self, items, _(u"Associated Forms").decode('utf8'), (300, 200)) + win = message(self, items, _(u"Associated forms").decode('utf8'), (300, 200)) #win.html = '\n' + '
'.join([' : '.join([str(val) for val in forme]) for forme in rep]) + '\n' #win.HtmlPage.SetPage(win.html) win.Show(True)