From 7fdcce3c92a653b28c7f563287cc119b3e5907a9 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 6 Nov 2013 09:30:00 +0100 Subject: [PATCH] fix typo --- templates/admin/default/I18n/fr_FR.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/default/I18n/fr_FR.php b/templates/admin/default/I18n/fr_FR.php index c24ed9224..2de503905 100755 --- a/templates/admin/default/I18n/fr_FR.php +++ b/templates/admin/default/I18n/fr_FR.php @@ -230,7 +230,7 @@ return array ( 'Total including discount' => 'Total avec remise', 'Postage' => 'Frais de livraison', 'Total' => 'Total', - 'Payment information' = 'Informations de paiement', + 'Payment information' => 'Informations de paiement', 'Payment module' => 'Module de paiement', 'Transaction reference' => 'Référence de la transaction', 'Delivery module' => 'Module de livraison',