diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup --- e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-04-09 22:41:32.000000000 +1000 +++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-04-09 22:37:56.000000000 +1000 @@ -883,4 +883,8 @@ ERR_NO_USB_DISK Error : No USB disk available. Please connect an USB disk or select another type of backup share. + + HOURS + hours. + diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup --- e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-04-09 22:41:32.000000000 +1000 +++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-04-09 22:41:18.000000000 +1000 @@ -1094,7 +1094,7 @@ print $fm->localise('WORKSTN_BACKUP_DAYSINSET'), ' ', $filesinset, '
'; print $fm->localise('WORKSTN_BACKUP_COMPRESSION'), ' ', $compression, '
'; print $fm->localise('WORKSTN_BACKUP_TOD'), ' ', $backupwkTime, '
'; - print $fm->localise('WORKSTN_BACKUP_TIMEOUT'), ' ', $backupwkTimeout, 'h '; + print $fm->localise('WORKSTN_BACKUP_TIMEOUT'), ' ', $backupwkTimeout, ' ', $fm->localise('HOURS'); if ( $backupwkIncOnlyTimeout eq 'yes' ) {print $fm->localise('WORKSTN_BACKUP_INCONLY_TIMEOUT')} print '
'; if ( $dof eq '7' ) {