// Translations

This commit is contained in:
mDeflotte
2011-12-22 14:04:19 +00:00
parent 16fc0b4e57
commit 8a81cbb960
+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').'</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>';
}
@@ -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');
}
/**