From 28e1a94bb61754b44d1787ce8c0ee2a8d09d1052 Mon Sep 17 00:00:00 2001 From: fram Date: Wed, 13 Nov 2013 15:10:06 +0100 Subject: [PATCH] // instead instead of insted --- controllers/admin/AdminPPreferencesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminPPreferencesController.php b/controllers/admin/AdminPPreferencesController.php index 45588b6be..d457b5c4e 100644 --- a/controllers/admin/AdminPPreferencesController.php +++ b/controllers/admin/AdminPPreferencesController.php @@ -183,7 +183,7 @@ class AdminPPreferencesControllerCore extends AdminController ), 'PS_DISPLAY_DISCOUNT_PRICE' => array( 'title' => $this->l('Display discounted price'), - 'desc' => $this->l('Insted of showing the discount (-5%) it will instead show the new price with the discount applied'), + 'desc' => $this->l('Instead of showing the discount (-5%) it will instead show the new price with the discount applied'), 'validation' => 'isBool', 'cast' => 'intval', 'required' => false,