//Changed English strings using the translationsenglish module.

This commit is contained in:
djfm
2013-01-04 16:58:58 +01:00
parent 507309ddf5
commit 385c593129
319 changed files with 5991 additions and 5991 deletions
@@ -84,7 +84,7 @@ class AdminRangePriceControllerCore extends AdminController
'size' => 5,
'required' => true,
'suffix' => $currency->getSign('right').' '.$this->l('(Tax Incl.)'),
'desc' => $this->l('Range start (included)'),
'desc' => $this->l('Start range (included)'),
'string_format' => '%.2f'
),
array(
@@ -94,7 +94,7 @@ class AdminRangePriceControllerCore extends AdminController
'size' => 5,
'required' => true,
'suffix' => $currency->getSign('right').' '.$this->l('(Tax Incl.)'),
'desc' => $this->l('Range end (excluded)'),
'desc' => $this->l('End range (excluded)'),
'string_format' => '%.2f'
),
),