diff --git a/htdocs/install/etape0.php b/htdocs/install/etape0.php
index a0e4cad248ac252207c984bd4471b341ce6bfccc..bb3fc844df01ba0ed242e201ba76744e06b075a4 100644
--- a/htdocs/install/etape0.php
+++ b/htdocs/install/etape0.php
@@ -60,7 +60,7 @@ dolibarr_install_syslog("etape0: Entering etape0.php page");
 pHeader($langs->trans("ConfigurationFile"),"etape1");
 
 // Test if we can run a first install process
-if (is_writable($conffile))
+if (! is_writable($conffile))
 {
     print $langs->trans("ConfFileIsNotWritable",'htdocs/conf/conf.php');
     pFooter(1,$setuplang,'jscheckparam');
diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang
index d9094faf7b02b16ce14d6c3a4a3648e22c1c1a34..179ed3a0a30750977c130bdffaec07240b7ee417 100644
--- a/htdocs/langs/en_US/install.lang
+++ b/htdocs/langs/en_US/install.lang
@@ -94,7 +94,7 @@ DirectoryRecommendation=It is recommanded to use a directory outside of your dir
 LoginAlreadyExists=Already exists
 DolibarrAdminLogin=Dolibarr admin login
 AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists.
-WarningRemoveInstallDir=Warning, for security reasons, once the install or upgrade is complete, you should remove the <b>install<b> directory or rename it to <b>install.lock</b> in order to avoid its malicious use.
+WarningRemoveInstallDir=Warning, for security reasons, once the install or upgrade is complete, you should remove the <b>install<b> directory or add a file called <b>install.lock</b> into Dolibarr root directory, in order to avoid malicious use of it.
 ThisPHPDoesNotSupportTypeBase=This PHP system does not support any interface to access database type %s
 FunctionNotAvailableInThisPHP=Not available on this PHP
 MigrateScript=Migration script
diff --git a/htdocs/langs/fr_FR/install.lang b/htdocs/langs/fr_FR/install.lang
index 1acd64200ed50fe55bf23590029846d6f2915127..763bbe38eb8d17162a1d983a808fda691c4836ad 100644
--- a/htdocs/langs/fr_FR/install.lang
+++ b/htdocs/langs/fr_FR/install.lang
@@ -95,7 +95,7 @@ LoginAlreadyExists=Existe déjà
 DolibarrAdminLogin=Login de l'utilisateur administrateur de Dolibarr
 FailedToCreateAdminLogin=Echec de la création du compte administrateur Dolibarr.
 AdminLoginAlreadyExists=Compte administrateur Dolibarr '<b>%s</b>' déjà existant.
-WarningRemoveInstallDir=Attention, pour des raisons de sécurité, une fois l'installation terminée, il est conseillé de supprimer manuellement le répertoire <b>install</b>, ou d'y placer un fichier nommé <b>install.lock</b> en lecture seule.
+WarningRemoveInstallDir=Attention, pour des raisons de sécurité, une fois l'installation terminée, il est conseillé de supprimer manuellement le répertoire <b>install</b>, ou de placer dans le répertoire racine de Dolibarr un fichier nommé <b>install.lock</b> en lecture seule.
 ThisPHPDoesNotSupportTypeBase=Le système PHP ne supporte pas les interfaces d'accès pour les bases %s
 FunctionNotAvailableInThisPHP=Non disponible sur ce PHP
 MigrateScript=Script de migration