[-] BO : fix #PSCFV-2603 : translations

This commit is contained in:
lLefevre
2012-05-29 09:40:00 +00:00
parent 8ff6b99ab5
commit 9d6d853c19
3 changed files with 4 additions and 4 deletions
@@ -360,7 +360,7 @@ class AdminProductsControllerCore extends AdminController
$max_post = (int)ini_get('post_max_size');
$upload_mb = min($max_upload, $max_post);
$this->errors[] = sprintf(
$this->l('The File %1$s exceeds the size allowed by the server. The limit is set to %1$d MB.'),
$this->l('The File %1$s exceeds the size allowed by the server. The limit is set to %2$d MB.'),
'<b>'.$_FILES['attachment_file']['name'].'</b> ',
'<b>'.$upload_mb.'</b>'
);