diff -r 789acd7cc347 -r 00fb79aba7ac editors/TextViewer.py --- a/editors/TextViewer.py Wed Apr 20 16:14:25 2016 +0300 +++ b/editors/TextViewer.py Wed Apr 20 16:20:53 2016 +0300 @@ -258,7 +258,7 @@ blockinputs = None if values[1] != "function": if blockname == "": - dialog = wx.TextEntryDialog(self.ParentWindow, "Block name", "Please enter a block name", "", wx.OK|wx.CANCEL|wx.CENTRE) + dialog = wx.TextEntryDialog(self.ParentWindow, _("Block name"), _("Please enter a block name"), "", wx.OK|wx.CANCEL|wx.CENTRE) if dialog.ShowModal() == wx.ID_OK: blockname = dialog.GetValue() else: