summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbackup
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2003-08-20 11:07:56 +0000
committerStew Benedict <stewb@mandriva.org>2003-08-20 11:07:56 +0000
commit95e5caa88607217af035c0c30575e85a1e7536e4 (patch)
treea729df456ebfedef21829793621bdd193e72740d /perl-install/standalone/drakbackup
parent3505633eeff6ab72c6408926b3c4076ac7efeff5 (diff)
downloaddrakx-backup-do-not-use-95e5caa88607217af035c0c30575e85a1e7536e4.tar
drakx-backup-do-not-use-95e5caa88607217af035c0c30575e85a1e7536e4.tar.gz
drakx-backup-do-not-use-95e5caa88607217af035c0c30575e85a1e7536e4.tar.bz2
drakx-backup-do-not-use-95e5caa88607217af035c0c30575e85a1e7536e4.tar.xz
drakx-backup-do-not-use-95e5caa88607217af035c0c30575e85a1e7536e4.zip
Text typos - Arpad Biro
Diffstat (limited to 'perl-install/standalone/drakbackup')
-rwxr-xr-xperl-install/standalone/drakbackup2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup
index 73a339cc5..200d0fac3 100755
--- a/perl-install/standalone/drakbackup
+++ b/perl-install/standalone/drakbackup
@@ -306,7 +306,7 @@ sub setup_tooltips() {
'use_incr_decr' => N("This option will save files that have changed. Exact behavior depends on whether incremental or differential mode is used."),
'use_incremental' => N("Incremental backups only save files that have changed or are new since the last backup."),
'use_differential' => N("Differential backups only save files that have changed or are new since the original 'base' backup."),
- 'send_mail_to' => N("This should be a comma-seperated list of local users or email addresses that you want the backup results sent to. You will need a functioning mail transfer agent setup on your system."),
+ 'send_mail_to' => N("This should be a comma-separated list of local users or email addresses that you want the backup results sent to. You will need a functioning mail transfer agent setup on your system."),
'backupignore' => N("Files or wildcards listed in a .backupignore file at the top of a directory tree will not be backed up."),
'delete_files' => N("For backups to other media, files are still created on the hard drive, then moved to the other media. Enabling this option will remove the hard drive tar files after the backup."),
'dir_or_module' => N("Some protocols, like rsync, may be configured at the server end. Rather than using a directory path, you would use the 'module' name for the service path."),