Merge pull request #4045 from marcosgdf/bug-4043
FIX #4043 Incorrect translation in error mesage in menu creation admin page
This commit is contained in:
commit
94fdff9a46
@ -147,7 +147,7 @@ if ($action == 'add')
|
|||||||
}
|
}
|
||||||
if (! $error && ! $_POST['url'])
|
if (! $error && ! $_POST['url'])
|
||||||
{
|
{
|
||||||
setEventMessage($langs->trans("ErrorFieldRequired",$langs->trans("Url")), 'errors');
|
setEventMessage($langs->trans("ErrorFieldRequired",$langs->trans("URL")), 'errors');
|
||||||
$action = 'create';
|
$action = 'create';
|
||||||
$error++;
|
$error++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user