From 628170086aa08efefad3a6de994daaf935346203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Chans=C3=A9aume?= Date: Mon, 21 Jul 2014 15:59:38 +0200 Subject: [PATCH] Fixed typo --- core/lib/Thelia/Config/I18n/fr_FR.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Thelia/Config/I18n/fr_FR.php b/core/lib/Thelia/Config/I18n/fr_FR.php index 7923a1f84..12113b8c2 100644 --- a/core/lib/Thelia/Config/I18n/fr_FR.php +++ b/core/lib/Thelia/Config/I18n/fr_FR.php @@ -258,8 +258,8 @@ return array( 'Replace current image by this file' => 'Remplacer l\'image courante par ce fichier', 'Rewriten URL' => 'URL re-écrite', 'Rotated Text File' => 'Rotation du fichier texte', - 'Sale price excluding taxes' => 'Prix de vente Hors Taxes', - 'Sale price including taxes' => 'Prix de vente Toutes Taxes Comprises', + 'Sale price excluding taxes' => 'Prix promo HT', + 'Sale price including taxes' => 'Prix promo TTC', 'Saving %obj% for %parentName% parent id %parentId%' => 'Enregistrement de %obj% pour %parentName% ID parent %parentId%', 'Select the brand logo' => 'Logo de la marque', 'Select the brand logo amongst the brand images' => 'Choisissez le logo de la marque parmis les images associées à cette marque',