//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
@@ -82,7 +82,7 @@ class AdminRangeWeightControllerCore extends AdminController
'size' => 5,
'required' => true,
'suffix' => Configuration::get('PS_WEIGHT_UNIT'),
'desc' => $this->l('Range start (included)'),
'desc' => $this->l('Start range (included)'),
),
array(
'type' => 'text',
@@ -91,7 +91,7 @@ class AdminRangeWeightControllerCore extends AdminController
'size' => 5,
'required' => true,
'suffix' => Configuration::get('PS_WEIGHT_UNIT'),
'desc' => $this->l('Range end (excluded)'),
'desc' => $this->l('End range (excluded)'),
),
),
'submit' => array(