summaryrefslogtreecommitdiffstats
path: root/ftp_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-29 13:21:15 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-29 13:21:15 +0000
commitef3b6a806ebcef5760d24691c3aaee9fcbca0250 (patch)
treecbf9a9dee2fc64aac163374ed5952673f84ed2ae /ftp_wizard
parent91ab0fd424fe7db86976bbe6b646ab69b3673095 (diff)
downloaddrakwizard-ef3b6a806ebcef5760d24691c3aaee9fcbca0250.tar
drakwizard-ef3b6a806ebcef5760d24691c3aaee9fcbca0250.tar.gz
drakwizard-ef3b6a806ebcef5760d24691c3aaee9fcbca0250.tar.bz2
drakwizard-ef3b6a806ebcef5760d24691c3aaee9fcbca0250.tar.xz
drakwizard-ef3b6a806ebcef5760d24691c3aaee9fcbca0250.zip
typo fix (s/transfert/transfer/)
Diffstat (limited to 'ftp_wizard')
-rwxr-xr-xftp_wizard/Proftpd.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp_wizard/Proftpd.pm b/ftp_wizard/Proftpd.pm
index 5ca4753d..3c009de7 100755
--- a/ftp_wizard/Proftpd.pm
+++ b/ftp_wizard/Proftpd.pm
@@ -85,7 +85,7 @@ $o->{pages} = {
next => 'options'
},
options => {
- name => N("FTP Proftpd server options") . "\n\n" . N("Permit root login: allow root to log on FTP server.") . "\n" . N("Admin Email: email address of FTP administrator.") . "\n" . N("Chroot Home user: the users will only see their home directory.") . "\n\n" . N("Allow FTP resume: allow resume upload or download on FTP server.") . "\n" . N("Allow FXP: allow file transfert via other FTP."),
+ name => N("FTP Proftpd server options") . "\n\n" . N("Permit root login: allow root to log on FTP server.") . "\n" . N("Admin Email: email address of FTP administrator.") . "\n" . N("Chroot Home user: the users will only see their home directory.") . "\n\n" . N("Allow FTP resume: allow resume upload or download on FTP server.") . "\n" . N("Allow FXP: allow file transfer via other FTP."),
pre => sub {
$o->{var}{wiz_root_login} ||= 0;
$o->{var}{wiz_default_root} ||= 1;