From 77a78537e7fa4b9ebdffe1af734416ad01fdd625 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 1 Aug 2012 16:08:35 +0000 Subject: [PATCH] //small link fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16654 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminShopController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php index 2299cd9a2..6d64cb8b9 100755 --- a/controllers/admin/AdminShopController.php +++ b/controllers/admin/AdminShopController.php @@ -378,7 +378,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 create. To define a new root category for your store').' '.$this->l('Click here').'', + 'desc' => $this->l('This is the root category of the store that you create. To define a new root category for your store').' '.$this->l('Click here').'', 'name' => 'id_category', 'options' => array( 'query' => $categories,