I am engaged in translation into Russian of the interface of one opensource program. Written in python, a graphical user interface on WxPython. The dialog boxes use the standard OK and Cancel buttons: (topsizer.Add(self.CreateSeparatedButtonSizer(wx.OK+wx.CANCEL), 0, wx.EXPAND)).
How can I replace the Cancel button with Cancel? Wxpython didn't work before