diff --git a/htdocs/install/etape1.php b/htdocs/install/etape1.php index 2b70edd09ac..646e0fe33f8 100644 --- a/htdocs/install/etape1.php +++ b/htdocs/install/etape1.php @@ -176,7 +176,7 @@ if ($_POST["action"] == "set") if (! is_dir($main_data_dir)) { - print "".$langs->trans("DirDoesNotExists",$main_data_dir); + print "".$langs->trans("ErrorDirDoesNotExists",$main_data_dir); print "Vous devez créer ce dossier et permettre au serveur web d'écrire dans celui-ci"; print ''; print $langs->trans("Error");