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, diff --git a/translations/en.gzip b/translations/en.gzip index e9ba5fcc8..1ac076243 100644 Binary files a/translations/en.gzip and b/translations/en.gzip differ diff --git a/translations/fr.gzip b/translations/fr.gzip index 960058ab7..ba6acc90a 100644 Binary files a/translations/fr.gzip and b/translations/fr.gzip differ