[-] TR : change string "gender" by "titles"...

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17373 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-14 14:22:45 +00:00
parent fc7cfa168f
commit 6897a92982
9 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ class AdminGroupsControllerCore extends AdminController
}
$customer_fields_display = (array(
'id_customer' => array('title' => $this->l('ID'), 'width' => 15, 'align' => 'center'),
'id_gender' => array('title' => $this->l('Gender'), 'align' => 'center', 'width' => 50,'icon' => $genders_icon, 'list' => $genders),
'id_gender' => array('title' => $this->l('Titles'), 'align' => 'center', 'width' => 50,'icon' => $genders_icon, 'list' => $genders),
'firstname' => array('title' => $this->l('Name'), 'align' => 'center'),
'lastname' => array('title' => $this->l('Name'), 'align' => 'center'),
'email' => array('title' => $this->l('E-mail address'), 'width' => 150, 'align' => 'center'),