diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup --- e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-03-24 15:59:04.000000000 -0600 +++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-03-24 15:58:42.000000000 -0600 @@ -177,10 +173,6 @@ Restore - VERIFY_DESKTOP_BACKUP_FILE - Verify desktop backup file - - VERIFY_BACKUP_DESC Could not decode backup file: - VERIFY_DESKTOP_BACKUP_FILE - Verify desktop backup file - - FILES_IN_BACKUP The following files are contained in the backup file: diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup --- e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:56.000000000 -0600 +++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:52.000000000 -0600 @@ -533,7 +533,7 @@ my (undef, undef, $tmpfree, $halffree) = &CalculateSizes(); esmith::cgi::genHeaderNonCacheable ($q, undef, - $fm->localise('VERIFY_DESKTOP_BACKUP_FILE')); + $fm->localise('DESKTOP_VERIFY')); print $q->p ($fm->localise('VERIFY_BACKUP_DESC')); @@ -733,7 +733,7 @@ if (open(RD, "-|")) { esmith::cgi::genHeaderNonCacheable ($q, - undef, $fm->localise("VERIFY_DESKTOP_BACKUP_FILE")); + undef, $fm->localise("DESKTOP_VERIFY")); print $q->p($fm->localise('FILES_IN_BACKUP'));