diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php index 74f74010d..47bd270cb 100755 --- a/controllers/admin/AdminShopController.php +++ b/controllers/admin/AdminShopController.php @@ -386,7 +386,7 @@ class AdminShopControllerCore extends AdminController $this->fields_form['input'][] = array( 'type' => 'select', 'label' => $this->l('Category root:'), - 'desc' => $this->l('This is the root category of the store that you\'ve created. To define a new root category for your store,').' '.$this->l('Please click here').'', + 'desc' => $this->l('This is the root category of the store that you\'ve created. To define a new root category for your store,').' '.$this->l('Please click here').'', 'name' => 'id_category', 'options' => array( 'query' => $categories,