// Fix some helper translations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13149 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-02-08 17:38:14 +00:00
parent d562138667
commit 15b4c98b3a
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -120,7 +120,7 @@ class HelperOptionsCore extends Helper
$(\'input[name=PS_MAINTENANCE_IP]\').attr(\'value\',\''.Tools::getRemoteAddr().'\');
}
</script>';
$field['link_remove_ip'] = ' &nbsp<a href="#" class="button" onclick="addRemoteAddr(); return false;">'.$this->l('Add my IP', 'helper').'</a>';
$field['link_remove_ip'] = ' &nbsp<a href="#" class="button" onclick="addRemoteAddr(); return false;">'.$this->l('Add my IP', 'Helper').'</a>';
if (!isset($category_data['bottom']))
$category_data['bottom'] = '<script type="text/javascript">changeCMSActivationAuthorization();</script>';
}
@@ -193,7 +193,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.)', 'helper');
echo $this->context->currency->getSign('right').' '.$this->l('(tax excl.)', 'Helper');
}
/**