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

This commit is contained in:
lLefevre
2012-09-14 14:22:45 +00:00
parent c7f100a187
commit 831fa08687
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',