Index: /trunk/language/de_DE/install.lang.php
===================================================================
--- /trunk/language/de_DE/install.lang.php	(revision 2747)
+++ /trunk/language/de_DE/install.lang.php	(revision 2865)
@@ -58,6 +58,4 @@
 $lang['install_help'] = 'Brauchen Sie Hilfe? Stellen Sie Ihre Frage auf der <a href="%s"> Forum Piwigo </ a>.';
 $lang['install_end_message'] = 'Die Konfiguration der Piwigo abgeschlossen ist, hier ist der nächste Schritt<br /><br />
-Aus Sicherheitsgründen, bitte löschen Datei "install.php"<br />
-Sobald diese Datei gelöscht, folgen Sie dieser Anleitung:<br />
 * Gehen Sie auf die Identifizierung Seite: [ <a href="./identification.php">Identifizierung</a> ] und verwenden Sie die Login / Passwort für Webmaster<br />
 * diesem Login ermöglicht Ihnen den Zugang zu den Verwaltungs-Panel und den Anweisungen, um Platz Bilder in Ihre Verzeichnisse.';
Index: /trunk/language/en_UK/install.lang.php
===================================================================
--- /trunk/language/en_UK/install.lang.php	(revision 2747)
+++ /trunk/language/en_UK/install.lang.php	(revision 2865)
@@ -60,6 +60,4 @@
 $lang['install_help'] = 'Need help ? Ask your question on <a href="%s">Piwigo message board</a>.';
 $lang['install_end_message'] = 'The configuration of Piwigo is finished, here is the next step<br /><br />
-For security reason, please delete file "install.php"<br />
-Once this file deleted , follow this instructions :<br />
 * go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster<br />
 * this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories';
Index: /trunk/language/nl_NL/install.lang.php
===================================================================
--- /trunk/language/nl_NL/install.lang.php	(revision 2747)
+++ /trunk/language/nl_NL/install.lang.php	(revision 2865)
@@ -59,6 +59,5 @@
 $lang['step2_pwd_conf_info'] = 'verificatie';
 $lang['install_help'] = 'Hulp nodig ? stel een vraag op het <a href="%s" target="_blank">Piwigo forum</a>.';
-$lang['install_end_message'] = 'Het installeren van Piwigo is klaar, de volgende stap is<br /><br />het verwijderen van "install.php" dit is om de veiligheid te waarborgen<br />
-Vervolg de instructies nadat "install.php" is verwijderd:<br />
+$lang['install_end_message'] = 'Het installeren van Piwigo is klaar, de volgende stap is<br /><br />
 * Ga naar de Indentificatie pagina: [ <a href="identification.php">Indentificatie</a> ] gebruik hiervoor het eerder opgegeven gebruikersnaam met wachtwoord<br />
 * Deze gebruikersnaam geeft u toegang tot de beheermenu zodat u afbeeldingen op uw website kan plaatsen';
Index: /trunk/language/it_IT/install.lang.php
===================================================================
--- /trunk/language/it_IT/install.lang.php	(revision 2747)
+++ /trunk/language/it_IT/install.lang.php	(revision 2865)
@@ -58,6 +58,4 @@
 $lang['install_help'] = 'Bisogno di aiuto? Visitate il <a href="%s">forum di PhpWebGallery</a>.';
 $lang['install_end_message'] = 'La configurazione di PhpWebGallery è conclusa. Procedete al prossimo step<br /><br />
-Per ragioni di sicurezza vi consigliamo di cancellare il file "install.php"<br />
-Una volta che il file è stato cancellato seguire le istruzioni:<br />
 * collegatevi alla pagina di accesso: [ <a href="identification.php">Accedi ora</a> ] e usate il vostro nome utente e password del Webmaster<br />
 * a questo punto sarete abilitati all\'accesso al pannello di amministrazione in cui troverete le istruzioni per l\'inserimento delle immagini nelle vostre directory';
Index: /trunk/language/es_ES/install.lang.php
===================================================================
--- /trunk/language/es_ES/install.lang.php	(revision 2747)
+++ /trunk/language/es_ES/install.lang.php	(revision 2865)
@@ -58,6 +58,4 @@
 $lang['install_help'] = '¿ Necesidad de ayudante? Plantee su cuestión sobre él <a href="%s">foro de Piwigo</a>.';
 $lang['install_end_message'] = 'La configuración de la aplicación correctamente se celebró, coloca en la etapa próxima<br /><br />
-Por medida de seguridad, gracias por suprimir el fichero "install.php"<br />
-La vez suprimido este fichero, por favor seguir estas indicaciones:<br />
 * Vaya sobre la página de identificación : [ <a href="./identification.php">identificación</a> ] Y conéctese con pseudo dado para el webmaster<br />
 * Éste le permite acceder a la parte administración y a las instrucciones para colocar las imágenes en los repertorios.';
Index: /trunk/language/fr_FR/install.lang.php
===================================================================
--- /trunk/language/fr_FR/install.lang.php	(revision 2752)
+++ /trunk/language/fr_FR/install.lang.php	(revision 2865)
@@ -58,6 +58,4 @@
 $lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="%s">forum de Piwigo</a>.';
 $lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br />
-Par mesure de sécurité, merci de supprimer le fichier "install.php"<br />
-Un fois ce fichier supprimé, veuillez suivre ces indications :<br />
 * allez sur la page d\'identification : [ <a href="./identification.php">identification</a> ] et connectez-vous avec le pseudo donné pour le webmaster<br />
 * celui-ci vous permet d\'accéder à la partie administration et aux instructions pour placer les images dans les répertoires.';
Index: /trunk/upgrade.php
===================================================================
--- /trunk/upgrade.php	(revision 2863)
+++ /trunk/upgrade.php	(revision 2865)
@@ -254,5 +254,5 @@
       $config_file_contents = 
         substr($config_file_contents, 0, $php_end_tag) . "\r\n"
-        . implode("\r\n\r\n" , $mysql_changes) . "\r\n"
+        . implode("\r\n" , $mysql_changes) . "\r\n"
         . substr($config_file_contents, $php_end_tag);
 
@@ -261,5 +261,5 @@
         array_push($page['infos'],
           l10n('in include/mysql.inc.php, before ?>, insert:') . '
-<p><textarea rows="5" cols="40">'.implode("\r\n\r\n" , $mysql_changes).'</textarea></p>'
+<p><textarea rows="4" cols="40">'.implode("\r\n" , $mysql_changes).'</textarea></p>'
           );
       }
