//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
+2 -2
View File
@@ -106,7 +106,7 @@ class AdminStatesControllerCore extends AdminController
'size' => 30,
'maxlength' => 32,
'required' => true,
'desc' => $this->l('State name to display in addresses and on invoices')
'desc' => $this->l('Provide the State name to be display in addresses and on invoices.')
),
array(
'type' => 'text',
@@ -142,7 +142,7 @@ class AdminStatesControllerCore extends AdminController
'name' => 'name'
),
'desc' => array(
$this->l('Geographical zone where this state is located'),
$this->l('Geographical region where this state is located.'),
$this->l('Used for shipping')
)
),