[-] BO : fixed #PSFV-722

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14518 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-04-06 09:14:22 +00:00
parent 678e7b9ab3
commit ef424cadc4
4 changed files with 8 additions and 9 deletions
@@ -2083,7 +2083,7 @@ class AdminProductsControllerCore extends AdminController
$this->toolbar_btn['preview'] = array(
'short' => 'Preview',
'href' => $url_preview,
'desc' => $this->l('prevdesc'),
'desc' => $this->l('Preview'),
'target' => true,
'class' => 'previewUrl'
);