From 083eba3431049c848a4fc6f7ca931f0d959271be Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Tue, 27 Aug 2013 18:25:06 +0200 Subject: [PATCH] // Small title fix --- controllers/admin/AdminAttributesGroupsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminAttributesGroupsController.php b/controllers/admin/AdminAttributesGroupsController.php index 43ac6eebc..4a7f1ca55 100644 --- a/controllers/admin/AdminAttributesGroupsController.php +++ b/controllers/admin/AdminAttributesGroupsController.php @@ -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'),