Texte explicatif sauvegarde bdd modif

This commit is contained in:
Chantal Bernard-Putz 2010-05-27 13:57:26 +00:00
parent 151f2a126c
commit 5ab1c458f4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ if (is_array($r)) {
<h3><?php printf(_("Restore a MySQL backup for database %s"),$r["db"]); ?></h3>
<?php
echo "<p>";
__("Warning: Write the complete path and the name of the file. <br />For example if your backups are in the directory /Backups ,<br />write /Backups/file.sql.gz (where file.sql.gz is the name of the file)");
__("Warning: Write the complete path and the name of the file. <br />For example if your backups are in the directory /Backups,<br />write /Backups/file.sql.gz (where file.sql.gz is the name of the file).");
echo "</p>";
?>
<form action="sql_dorestore.php" method="post">