//small translation fix

This commit is contained in:
vAugagneur
2012-03-01 09:19:46 +00:00
parent 6079f262d7
commit ac690b4e24
2 changed files with 2 additions and 2 deletions
@@ -173,7 +173,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
$group_type = array(
array(
'id' => 'select',
'name' => $this->l('Select')
'name' => $this->l('Drop-down list')
),
array(
'id' => 'radio',