[-] BO : #PSCFV-2729 : delete translations of this character : "?" in AdminGroups

This commit is contained in:
lLefevre
2012-06-07 14:03:52 +00:00
parent 9b2af6a915
commit 3500b9d771
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class AdminGroupsControllerCore extends AdminController
protected function renderCustomersList($group)
{
$genders = array(0 => $this->l('?'));
$genders = array(0 => '?');
$genders_icon = array('default' => 'unknown.gif');
foreach (Gender::getGenders() as $gender)
{