X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=1ecb47a5058af668b00e9b85d19e2e1c72db75a9;hp=9e25a4b299e6698f0bef9d28ec230e0b02cca86a;hb=3492ad96f4a540c7fc740e900b394479b1da0725;hpb=650a43766af109e397e0806c8252b9a1c9b45a30 diff --git a/ProfList.py b/ProfList.py index 9e25a4b..1ecb47a 100644 --- a/ProfList.py +++ b/ProfList.py @@ -459,7 +459,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col try : words = [word for word in var_mod[var[0]]] except KeyError: - dial = wx.MessageDialog(self, _(u"This is not a meta-data"), _(u"Problem").decode('utf8'), wx.OK | wx.ICON_WARNING) + dial = wx.MessageDialog(self, _(u"This is not a meta-data").decode('utf8'), _(u"Problem").decode('utf8'), wx.OK | wx.ICON_WARNING) dial.CenterOnParent() dial.ShowModal() dial.Destroy()