FIX #4043 Incorrect translation in error mesage in menu creation admin page

This commit is contained in:
Marcos García de La Fuente 2015-11-20 22:00:11 +01:00
parent 1f8b05264f
commit 5dba9ef54e

View File

@ -147,7 +147,7 @@ if ($action == 'add')
}
if (! $error && ! $_POST['url'])
{
setEventMessage($langs->trans("ErrorFieldRequired",$langs->trans("Url")), 'errors');
setEventMessage($langs->trans("ErrorFieldRequired",$langs->trans("URL")), 'errors');
$action = 'create';
$error++;
}