//Changed English strings using the translationsenglish module.
This commit is contained in:
@@ -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')
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user