Changeset 2704


Ignore:
Timestamp:
05/27/10 16:01:35 (3 years ago)
Author:
chantal
Message:

Texte explicatif sauvegarde bdd modif2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/admin/sql_restore.php

    r2703 r2704  
    5252<?php 
    5353echo "<p>"; 
    54 __("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)."); 
     54__("Warning: Write the complete path and the filename. <br />For example if your backups are in the directory /Backups,<br />write /Backups/file.sql.gz (where file.sql.gz is the filename)."); 
    5555echo "</p>"; 
    5656?> 
     
    5959<table cellspacing="0" cellpadding="4"> 
    6060<tr class="lst2"> 
    61         <th><label for="restfile"><?php __("Please enter the filename containing SQL data to be restored."); ?></label></th> 
     61        <th><label for="restfile"><?php __("Please enter the path and the filename containing SQL data to be restored."); ?></label></th> 
    6262        <td><input type="text" class="int" id="restfile" name="restfile" size="30" maxlength="255" value="" /></td> 
    6363</tr> 
Note: See TracChangeset for help on using the changeset viewer.