// Translation #PSCFV-3604

This commit is contained in:
dMetzger
2012-08-13 13:11:25 +00:00
parent 22d1f4598f
commit e89363ca7d
2 changed files with 7 additions and 5 deletions
@@ -253,7 +253,7 @@ class AdminCountriesControllerCore extends AdminController
),
array(
'type' => 'radio',
'label' => $this->l('Status:'),
'label' => $this->l('Active:'),
'name' => 'active',
'required' => false,
'class' => 't',
@@ -270,7 +270,7 @@ class AdminCountriesControllerCore extends AdminController
'label' => $this->l('Disabled')
)
),
'desc' => $this->l('Display this country')
'desc' => $this->l('Display this country to your customer (the country will always be displayed in the back office)')
),
array(
'type' => 'radio',