//small translation fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13765 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-03-01 09:19:46 +00:00
parent f766169297
commit e74b23936f
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',