PDA

View Full Version : _Global_Functions.lua localization


EvRenesse
08-30-2008, 07: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

Darryl
11-07-2008, 11:42 AM
Thanks for the suggestion. REF: 18002