diff --git a/html/index.php b/html/index.php
index 97639e068..a28710063 100644
--- a/html/index.php
+++ b/html/index.php
@@ -180,7 +180,7 @@ if ( file_exists("install.php")&& DEBUGNOALYSS == 0 )
printf(_("Le fichier %s/install.php est encore présent, après l'avoir exécuté pour vous mettre à jour, vous devez l'effacer."),
__DIR__);
echo "
";
- echo _("Tant que ce n'est pas fait vous ne pouvez pas utiliser NOALYSS");
+ echo _("Tant que ce n'est pas fait, vous ne pouvez pas utiliser NOALYSS");
echo "";
return;
}