[-] 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
+1 -1
View File
@@ -193,7 +193,7 @@ class AdminSearchControllerCore extends AdminController
}
$this->fields_list['customers'] = (array(
'id_customer' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
'id_gender' => array('title' => $this->l('Gender'), 'align' => 'center', 'icon' => $genders_icon, 'list' => $genders, 'width' => 25),
'id_gender' => array('title' => $this->l('Titles'), 'align' => 'center', 'icon' => $genders_icon, 'list' => $genders, 'width' => 25),
'firstname' => array('title' => $this->l('First Name'), 'align' => 'left', 'width' => 150),
'lastname' => array('title' => $this->l('Name'), 'align' => 'left', 'width' => 'auto'),
'email' => array('title' => $this->l('E-mail address'), 'align' => 'left', 'width' => 250),