[-] BO : fixed alt text for duplication #PSCFV-3180

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16380 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-07-12 15:12:29 +00:00
parent 65858ff28c
commit aabef58c30
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ class HelperListCore extends Helper
{
$tpl = $this->createTemplate('list_action_duplicate.tpl');
if (!array_key_exists('Bad SQL query', self::$cache_lang))
self::$cache_lang['Duplicate'] = $this->l('Bad SQL query', 'Helper');
self::$cache_lang['Duplicate'] = $this->l('Duplicate', 'Helper');
if (!array_key_exists('Copy images too?', self::$cache_lang))
self::$cache_lang['Copy images too?'] = $this->l('Copy images too?', 'Helper');