From 093723aadc69e011580a08df9bdaa2c4aff238d3 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 1 Aug 2012 16:08:35 +0000 Subject: [PATCH] //small link fix --- 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,