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

This commit is contained in:
lLefevre
2012-05-14 14:38:07 +00:00
parent ef31252386
commit 3ddf7259a2
78 changed files with 246 additions and 441 deletions
+1 -1
View File
@@ -1244,7 +1244,7 @@ class AdminImportControllerCore extends AdminController
$is_tag_added = $tag->addTags($key, $product->id, $tags);
if (!$is_tag_added)
{
$this->addProductWarning($info['name'], $product->id, $this->l('Tags list').' '.$this->l('is invalid'));
$this->addProductWarning($info['name'], $product->id, $this->l('Tags list is invalid'));
break;
}
}