From 2b55944874aa26e36bfb267b6cb2ba874c85bd01 Mon Sep 17 00:00:00 2001 From: Krystian Podemski Date: Tue, 1 Oct 2013 08:38:04 +0200 Subject: [PATCH] [-] BO: translation mismatch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Here is a form to edit the values ​​in the group, we do not need here "attribute type". --- controllers/admin/AdminAttributesGroupsController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/admin/AdminAttributesGroupsController.php b/controllers/admin/AdminAttributesGroupsController.php index 80d665edb..2ddc03360 100644 --- a/controllers/admin/AdminAttributesGroupsController.php +++ b/controllers/admin/AdminAttributesGroupsController.php @@ -264,7 +264,7 @@ class AdminAttributesGroupsControllerCore extends AdminController 'input' => array( array( 'type' => 'select', - 'label' => $this->l('Attribute type:'), + 'label' => $this->l('Attribute group:'), 'name' => 'id_attribute_group', 'required' => true, 'options' => array( @@ -272,7 +272,7 @@ class AdminAttributesGroupsControllerCore extends AdminController 'id' => 'id_attribute_group', 'name' => 'name' ), - 'desc' => $this->l('Choose the type of the attribute') + 'desc' => $this->l('Choose the group of the attribute') ), array( 'type' => 'text',