diff --git a/bureau/admin/sql_restore.php b/bureau/admin/sql_restore.php
index 73d96a0b..194e555b 100644
--- a/bureau/admin/sql_restore.php
+++ b/bureau/admin/sql_restore.php
@@ -51,14 +51,14 @@ if (is_array($r)) {
";
-__("Warning: Write the complete path and the name of the file.
For example if your backups are in the directory /Backups,
write /Backups/file.sql.gz (where file.sql.gz is the name of the file).");
+__("Warning: Write the complete path and the filename.
For example if your backups are in the directory /Backups,
write /Backups/file.sql.gz (where file.sql.gz is the filename).");
echo "";
?>