diff -r f68a105000be -r c3679f96020b editors/CodeFileEditor.py --- a/editors/CodeFileEditor.py Sat Aug 19 00:11:12 2017 +0300 +++ b/editors/CodeFileEditor.py Sat Aug 19 00:30:22 2017 +0300 @@ -743,7 +743,13 @@ def GetVariableTableColnames(self): _ = NoTranslate - return ["#", _("Name"), _("Type"), _("Initial"), _("Description"), _("OnChange"), _("Options")] + return ["#", + _("Name"), + _("Type"), + _("Initial"), + _("Description"), + _("OnChange"), + _("Options")] def RefreshModel(self): self.Controler.SetVariables(self.Table.GetData())