diff --git a/rules_shipping_base.php b/rules_shipping_base.php index 52f4c8ecc09dae01e55fc800795b05400a7dba5e..78457dc868cc6793e78b73c6286f1f4765207de8 100644 --- a/rules_shipping_base.php +++ b/rules_shipping_base.php @@ -974,7 +974,7 @@ class ShippingRule { function getRuleName($vals) { // Replace all {variable} tags in the name by the variables from $vals $matches=array(); - $name=$this->name; + $name=JText::_($this->name); preg_match_all('/{([A-Za-z0-9_]+)}/', $name, $matches); foreach ($matches[1] as $m) {