// Translation #PSCFV-3604

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16821 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-13 13:11:25 +00:00
parent ccf4344a2d
commit 804e6c3177
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',