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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15927 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-06-07 14:03:52 +00:00
parent 10c95517a5
commit da8373650d
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)
{