From ba1e9b59e5edf23f30d53ca8a57bd797341b0419 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 16 Jul 2012 15:35:32 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-3202 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16442 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/controller/AdminController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php index f7c1e8cab..3d71fcb70 100644 --- a/classes/controller/AdminController.php +++ b/classes/controller/AdminController.php @@ -283,7 +283,7 @@ class AdminControllerCore extends Controller 1 => $this->l('Deletion successful'), 2 => $this->l('Selection successfully deleted'), 3 => $this->l('Creation successful'), 4 => $this->l('Update successful'), 5 => $this->l('Status update successful'), 6 => $this->l('Settings update successful'), - 7 => $this->l('Image successfully deleted'), 8 => $this->l('Module downloaded successfullyc'), + 7 => $this->l('Image successfully deleted'), 8 => $this->l('Module downloaded successfully'), 9 => $this->l('Thumbnails successfully regenerated'), 10 => $this->l('Message sent to the customer'), 11 => $this->l('Comment added'), 12 => $this->l('Module(s) installed successfully'), 13 => $this->l('Module(s) uninstalled successfully'), 14 => $this->l('Language successfully copied'),