Page 1 of 1
Delete This Record? translation
Posted: Wed Apr 15, 2020 10:51 am
by Martin
Hi Steven,
Please add nuTranslate() in
nuform.js, line 3064
Code: Select all
if (confirm(nuTranslate("Delete This Record?")))
And also here:
line 3077
Thanks!
Re: Delete This Record? translation
Posted: Fri Apr 17, 2020 4:12 pm
by Martin
Please also change these two lines by adding nuTranslate():
nucommon.php, line 370
Code: Select all
nuDisplayError(nuTranslate("Access To Procedure Denied...")." ($procedure_code)");
nucommon.php, line 392
Code: Select all
nuDisplayError(nuTranslate("Access To Procedure Denied...")." ($nuCode)");
Re: Delete This Record? translation
Posted: Mon Apr 20, 2020 12:52 am
by admin
Martin,
That's done now.
Thanks.
Please test it.
Steven