EvRenesse
08-30-2008, 06:22 AM
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
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