[-] 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:
@@ -52,7 +52,7 @@
|
||||
{l s='Tax excluded'}
|
||||
{else}
|
||||
{l s='Tax included'}
|
||||
{/if}
|
||||
{/if}
|
||||
</li>
|
||||
<li><span style="font-weight: bold; font-size: 13px; color:#000;">{l s='Show prices:'}</span> {if $group->show_prices}{l s='Yes'}{else}{l s='No'}{/if}
|
||||
</li>
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -1133,7 +1133,6 @@ $_LANGADM['AdminGroupsbafd7322c6e97d25b6299b5d6fe8920b'] = 'Non';
|
||||
$_LANGADM['AdminGroupsbefcac0f9644a7abee43e69f49252ac4'] = 'Taxes exclues';
|
||||
$_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Groupe clients';
|
||||
$_LANGADM['AdminGroupsc59cf956f6bda9274a7e28d32daaaf34'] = 'Réduction : %d%%';
|
||||
$_LANGADM['AdminGroupsd1457b72c3fb323a2671125aef3eab5d'] = '?';
|
||||
$_LANGADM['AdminGroupsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
|
||||
$_LANGADM['AdminGroupse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
|
||||
$_LANGADM['AdminGroupse7446ea32216e8bf4fa8cb6460b725d6'] = 'Ajouter une réduction sur une catégorie';
|
||||
|
||||
Reference in New Issue
Block a user