Hi,
in _Global_Functions.lua, row 079, there is a not localized button text:
StatusDlg.ShowCancelButton(true);
Add the 2nd parameter with the localized button text:
StatusDlg.ShowCancelButton(true, "&"..VisualPatch.GetLocalizedString("MSG_CANCEL")) ;
Best regards,
EvRenesse

Reply With Quote