From 3500b9d7719d9043aae52a960c8d10dc5c4296b7 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Thu, 7 Jun 2012 14:03:52 +0000 Subject: [PATCH] [-] BO : #PSCFV-2729 : delete translations of this character : "?" in AdminGroups --- .../default/template/controllers/groups/helpers/view/view.tpl | 2 +- controllers/admin/AdminGroupsController.php | 2 +- translations/fr/admin.php | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl index e1bfdb991..adae86604 100755 --- a/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl @@ -52,7 +52,7 @@ {l s='Tax excluded'} {else} {l s='Tax included'} - {/if} + {/if}
  • {l s='Show prices:'} {if $group->show_prices}{l s='Yes'}{else}{l s='No'}{/if}
  • diff --git a/controllers/admin/AdminGroupsController.php b/controllers/admin/AdminGroupsController.php index e5bebd0d3..5819bb288 100644 --- a/controllers/admin/AdminGroupsController.php +++ b/controllers/admin/AdminGroupsController.php @@ -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) { diff --git a/translations/fr/admin.php b/translations/fr/admin.php index de3462ac6..0f56d3823 100644 --- a/translations/fr/admin.php +++ b/translations/fr/admin.php @@ -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';