diff --git a/install-dev/langs/fr/install.php b/install-dev/langs/fr/install.php
index 12a12ed4b..ba6c42ccc 100644
--- a/install-dev/langs/fr/install.php
+++ b/install-dev/langs/fr/install.php
@@ -193,5 +193,6 @@ return array(
'Fixtures class "%s" not found' => 'La classe "%s" pour les fixtures n\'a pas été trouvée',
'"%s" must be an instane of "InstallXmlLoader"' => '"%s" doit être une instance de "InstallXmlLoader"',
'Display' => 'Afficher',
+ 'You already have PrestaShop version %1$s installed. If you want to upgrade to the latest version please read our documentation : %2$s' => 'Vous avez déjà PrestaShop version %1$s d\'installé. Si vous souhaitez utiliser la dernière version, merci de vous référer à notre documentation pour la mise à jour : %2$s',
),
);
\ No newline at end of file