diff --git a/templates/backOffice/default/product-edit.html b/templates/backOffice/default/product-edit.html
index e05bc7434..36af15aa0 100755
--- a/templates/backOffice/default/product-edit.html
+++ b/templates/backOffice/default/product-edit.html
@@ -108,7 +108,7 @@
-
{intl l="Please wait, loading"}
+ {module_include location='product-edit'}
diff --git a/templates/frontOffice/default/I18n/fr_FR.php b/templates/frontOffice/default/I18n/fr_FR.php
index 90c91b403..e41e55b7c 100755
--- a/templates/frontOffice/default/I18n/fr_FR.php
+++ b/templates/frontOffice/default/I18n/fr_FR.php
@@ -48,8 +48,8 @@ return array(
'Delete address' => 'Supprimer cette adresse',
'Delivery address' => 'Adresse de livraison',
'Delivery Information' => 'Informations de livraison',
- 'Demo product description' => 'Example de description de produit',
- 'Demo product title' => 'Example de titre',
+ 'Demo product description' => 'Exemple de description de produit',
+ 'Demo product title' => 'Exemple de titre',
'Description' => 'Description',
'Do you have an account?' => 'Avez-vous déjà un compte ?',
'Do you really want to delete this address ?' => 'Voulez-vous vraiment supprimer cette adresse ?',
@@ -58,11 +58,11 @@ return array(
'Email address' => 'Adresse e-mail',
'Email Address' => 'Adresse e-mail',
'Follow us' => 'Suivez-nous',
- 'Forgot your Password?' => 'Mot de passé oublié ?',
+ 'Forgot your Password?' => 'Mot de passe oublié ?',
'Free shipping' => 'Livraison gratuite',
'Go home' => 'Retour à l\'accueil',
'Grid' => 'Grille',
- 'Home address' => 'Résidence principal',
+ 'Home address' => 'Résidence principale',
'Home' => 'Accueil',
'In Stock' => 'Disponible',
'instead of' => 'au lieu de',
@@ -91,7 +91,7 @@ return array(
'Name descending' => 'Nom décroissant',
'Name' => 'Nom',
'Need help ?' => 'Besoin d\'aide? ',
- 'Newsletter Subscription' => 'Inscription à la newslatter',
+ 'Newsletter Subscription' => 'Inscription à la newsletter',
'Newsletter' => 'Newsletter',
'Next product' => 'Produits suivants',
'Next Step' => 'Etape suivante',
@@ -211,4 +211,4 @@ return array(
'Your Cart' => 'Votre panier',
'Your email address' => 'Votre adresse e-mail',
'Your order will be confirmed by us upon receipt of your payment.' => 'Votre commande sera confirmée à réception de votre pavement.',
-);
\ No newline at end of file
+);