From a805941c1f47101840e0eb6cd1dcf50480a6b87e Mon Sep 17 00:00:00 2001 From: gRoussac Date: Tue, 23 Jul 2013 10:34:05 +0200 Subject: [PATCH] // typo in EN string --- 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 e85dc9cb8..3145e7d81 100644 --- a/classes/controller/AdminController.php +++ b/classes/controller/AdminController.php @@ -313,7 +313,7 @@ class AdminControllerCore extends Controller 19 => $this->l('Duplication was completed successfully.'), 20 => $this->l('The translation was 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.'), - 25 => $this->l('The selcted images have successfully been moved.'), + 25 => $this->l('The selected images have successfully been moved.'), 26 => $this->l('Your cover selection has been saved.'), 27 => $this->l('The image shop association has been modified.'), 28 => $this->l('A zone has been assigned to the selection successfully.'),