//small thing

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15861 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-06-06 06:40:44 +00:00
parent f18ffe592e
commit a1ac2c1d85
@@ -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);
}