From 341eefd6476682e63f53d4cb0228bf0b3e66882d Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Thu, 22 Dec 2011 14:04:19 +0000 Subject: [PATCH] // Translations git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11605 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/helper/HelperOptions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/helper/HelperOptions.php b/classes/helper/HelperOptions.php index 2049eed23..f0085a7bb 100644 --- a/classes/helper/HelperOptions.php +++ b/classes/helper/HelperOptions.php @@ -120,7 +120,7 @@ class HelperOptionsCore extends Helper $(\'input[name=PS_MAINTENANCE_IP]\').attr(\'value\',\''.Tools::getRemoteAddr().'\'); } '; - $field['link_remove_ip'] = '  '.$this->l('Add my IP').''; + $field['link_remove_ip'] = '  '.$this->l('Add my IP', 'helper').''; if (!isset($category_data['bottom'])) $category_data['bottom'] = ''; } @@ -195,7 +195,7 @@ class HelperOptionsCore extends Helper { echo $this->context->currency->getSign('left'); $this->displayOptionTypeText($key, $field, $value); - echo $this->context->currency->getSign('right').' '.$this->l('(tax excl.)'); + echo $this->context->currency->getSign('right').' '.$this->l('(tax excl.)', 'helper'); } /**