From eff611403c98fdc5baff9da154b7153329da5482 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Fri, 23 Mar 2012 16:03:43 +0000 Subject: [PATCH] [-] BO : #PSTEST-1046 : Fix translation git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14244 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/controller/AdminController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php index 1f28a2c7b..cc66f3ab5 100644 --- a/classes/controller/AdminController.php +++ b/classes/controller/AdminController.php @@ -269,7 +269,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'), @@ -277,7 +277,7 @@ class AdminControllerCore extends Controller 17 => $this->l('Module removed successfully from hook'), 18 => $this->l('Upload successful'), 19 => $this->l('Duplication completed successfully'), 20 => $this->l('Translation added successfully but the language has not been created'), 21 => $this->l('Module reset successfully'), 22 => $this->l('Module deleted successfully'), - 23 => $this->l('Localization pack imported successfully'), 24 => $this->l('Localization pack imported successfully'), + 23 => $this->l('Localization pack imported successfully'), 24 => $this->l('Refund Successful'), 25 => $this->l('Images successfully moved'), 26 => $this->l('Cover selection saved'), 27 => $this->l('Image shop association modified'),