From 53a24f53e1d326f7383efd0e72745c508fd2b08a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 May 2006 23:47:24 +0000 Subject: [PATCH] Fix: Message erreur incorrect --- htdocs/install/etape1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");