Changeset 11777

Show
Ignore:
Timestamp:
03/10/11 14:14:52 (2 years ago)
Author:
mickecarlsson
Message:

Backup-Restore, spelling errors

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/backup/functions.inc.php

    r11776 r11777  
    485485  <?php } ?> 
    486486  <tr> 
    487     <td><a href="#" class="info"><?php echo _("Overwrite Backup Settings");?><span><?php echo _("When restoring the backup, if this option is selected, all saved backups and their schedules will be overwriten. Leaving this unchecked will restore all other configurations EXCEPT for those related to backup. When doing a remote backup and restore, this option is always forced to no.");?></span></a>: </td> 
     487    <td><a href="#" class="info"><?php echo _("Overwrite Backup Settings");?><span><?php echo _("When restoring the backup, if this option is selected, all saved backups and their schedules will be overwritten. Leaving this unchecked will restore all other configurations EXCEPT for those related to backup. When doing a remote backup and restore, this option is always forced to no.");?></span></a>: </td> 
    488488    <td><input type="checkbox" name="overwritebackup" value="yes" class="sysconfigdep" <?php echo ($opts['overwritebackup']=='yes')?'checked':''; ?>/></td> 
    489489  </tr>  
  • modules/branches/2.9/backup/install.php

    r11170 r11777  
    186186$sql=$db->query("UPDATE backup SET command = REPLACE(command,'ampbackup.pl','ampbackup.php')"); 
    187187if(DB::IsError($sql)) { 
    188   out(_('an error has occured, update not done')); 
     188  out(_('an error has occurred, update not done')); 
    189189  out($sql->getMessage()); 
    190190} else {