[-] 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
@@ -70,7 +70,7 @@ class AdminCustomersControllerCore extends AdminController
'width' => 20
),
'id_gender' => array(
'title' => $this->l('Gender'),
'title' => $this->l('Titles'),
'width' => 70,
'align' => 'center',
'icon' => $genders_icon,
@@ -257,7 +257,7 @@ class AdminCustomersControllerCore extends AdminController
'input' => array(
array(
'type' => 'radio',
'label' => $this->l('Gender:'),
'label' => $this->l('Titles:'),
'name' => 'id_gender',
'required' => false,
'class' => 't',