34 |
<base>FILES_IN_BACKUP</base> |
<base>FILES_IN_BACKUP</base> |
35 |
<trans>The following files are contained in the backup file:</trans> |
<trans>The following files are contained in the backup file:</trans> |
36 |
</entry> |
</entry> |
37 |
|
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 |
38 |
|
--- e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:56.000000000 -0600 |
39 |
|
+++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:52.000000000 -0600 |
40 |
|
@@ -533,7 +533,7 @@ |
41 |
|
my (undef, undef, $tmpfree, $halffree) = &CalculateSizes(); |
42 |
|
|
43 |
|
esmith::cgi::genHeaderNonCacheable ($q, undef, |
44 |
|
- $fm->localise('VERIFY_DESKTOP_BACKUP_FILE')); |
45 |
|
+ $fm->localise('DESKTOP_VERIFY')); |
46 |
|
|
47 |
|
print $q->p ($fm->localise('VERIFY_BACKUP_DESC')); |
48 |
|
|
49 |
|
@@ -733,7 +733,7 @@ |
50 |
|
if (open(RD, "-|")) |
51 |
|
{ |
52 |
|
esmith::cgi::genHeaderNonCacheable ($q, |
53 |
|
- undef, $fm->localise("VERIFY_DESKTOP_BACKUP_FILE")); |
54 |
|
+ undef, $fm->localise("DESKTOP_VERIFY")); |
55 |
|
|
56 |
|
print $q->p($fm->localise('FILES_IN_BACKUP')); |
57 |
|
|