[-] FO : #PSCFV-2150 : Translations of back office are connected width sprintf()

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15279 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-05-14 14:38:07 +00:00
parent 2f05ac0c45
commit d8b5cf93f3
78 changed files with 246 additions and 441 deletions
+1 -1
View File
@@ -1174,7 +1174,7 @@ abstract class AdminTabCore
echo $this->_errors[0];
else
{
echo $nbErrors.' '.$this->l('errors').'<br /><ol>';
echo sprintf($this->l('%d errors'), $nbErrors).'<br /><ol>';
foreach ($this->_errors as $error)
echo '<li>'.$error.'</li>';
echo '</ol>';