// Small title fix

This commit is contained in:
Jerome Nadaud
2013-08-27 18:25:06 +02:00
parent 4f022c48f8
commit 083eba3431
@@ -469,7 +469,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
public function initPageHeaderToolbar()
{
$this->page_header_toolbar_title = $this->l('Products');
$this->page_header_toolbar_title = $this->l('Attribute groups');
$this->page_header_toolbar_btn['new_attribute_group'] = array(
'href' => self::$currentIndex.'&addattribute_group&token='.$this->token,
'desc' => $this->l('Add new attribute'),