From 7508f70538ebd55217cee63579fc0b53f50cfaf8 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 14 Mar 2012 14:27:22 +0000 Subject: [PATCH] // Fix bug translation git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14157 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminModulesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index 35e7c465b..52ec138f8 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -819,7 +819,7 @@ class AdminModulesControllerCore extends AdminController $return .= (!empty($result) ? '|' : '').' '.$this->translationsTab['Configure'].''; $hrefDelete = self::$currentIndex.'&delete='.urlencode($module->name).'&token='.$this->token.'&tab_module='.$module->tab.'&module_name='.urlencode($module->name); - $return .= (!empty($result) ? '|' : '').' '.$this->translationsTab['Delete'].''; + $return .= (!empty($result) ? '|' : '').' '.$this->translationsTab['Delete'].''; return $return; }