From a1ac2c1d8527cc766b4bd78fcbaf72cd600342ab Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 6 Jun 2012 06:40:44 +0000 Subject: [PATCH] //small thing git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15861 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminStatusesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminStatusesController.php b/controllers/admin/AdminStatusesController.php index 662ed6202..34511894d 100644 --- a/controllers/admin/AdminStatusesController.php +++ b/controllers/admin/AdminStatusesController.php @@ -441,7 +441,7 @@ class AdminStatusesControllerCore extends AdminController $order_return_state = new OrderReturnState((int)$id_order_return_state); if (!$order_return_state->delete()) - $this->errors[] = Tools::displayError('An error has occurred: Can\'t dekete the current order return state'); + $this->errors[] = Tools::displayError('An error has occurred: Can\'t delete the current order return state'); else Tools::redirectAdmin(self::$currentIndex.'&conf=1&token='.$this->token); }