diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-22 19:02:57 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-22 19:02:57 +0000 |
commit | 099685965e4e0ecd5fcef097069b7a41233a284d (patch) | |
tree | b101bc1467dcbae20fa9761654ac8474474713e0 /perl-install/standalone/drakbackup | |
parent | bbc145d8c9badb1e65be9d22fe4fc282982973c9 (diff) | |
download | drakx-099685965e4e0ecd5fcef097069b7a41233a284d.tar drakx-099685965e4e0ecd5fcef097069b7a41233a284d.tar.gz drakx-099685965e4e0ecd5fcef097069b7a41233a284d.tar.bz2 drakx-099685965e4e0ecd5fcef097069b7a41233a284d.tar.xz drakx-099685965e4e0ecd5fcef097069b7a41233a284d.zip |
English proofreading
Diffstat (limited to 'perl-install/standalone/drakbackup')
-rwxr-xr-x | perl-install/standalone/drakbackup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index 54353f265..80d47e4c1 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -1351,7 +1351,7 @@ sub build_backup_files { if ($send_mail) { if (send_mail($results)) { $interactive and send_mail_pb(); - $interactive or print N(" Error during mail sending. \n"); + $interactive or print N(" Error while sending mail. \n"); } } @@ -4675,7 +4675,7 @@ sub adv_help { This option allows you select all users that you want to backup. To preserve disk space, it is recommended that you - do not include web browser's cache. + do not include the web browser's cache. - Backup Other files: @@ -4688,7 +4688,7 @@ sub adv_help { The incremental backup is the most powerful option for backup. This option allows you to backup all your data the first time, and - only the changed afterward. + only the changed data afterward. Then you will be able, during the restore step, to restore your data from a specified date. |