diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-02-02 13:51:40 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-02-02 13:51:40 +0000 |
commit | f62fc4f40e7515eb366d3946cf9514e1462d4032 (patch) | |
tree | d395fcb9e9f9bc307b71b5dd3dcf71947c8251c6 | |
parent | 5db6fa9d3652232ff0553438cee56dbdac72735c (diff) | |
download | drakwizard-f62fc4f40e7515eb366d3946cf9514e1462d4032.tar drakwizard-f62fc4f40e7515eb366d3946cf9514e1462d4032.tar.gz drakwizard-f62fc4f40e7515eb366d3946cf9514e1462d4032.tar.bz2 drakwizard-f62fc4f40e7515eb366d3946cf9514e1462d4032.tar.xz drakwizard-f62fc4f40e7515eb366d3946cf9514e1462d4032.zip |
typo fix
-rwxr-xr-x | ftp_wizard/Proftpd.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp_wizard/Proftpd.pm b/ftp_wizard/Proftpd.pm index 3c009de7..adcc505f 100755 --- a/ftp_wizard/Proftpd.pm +++ b/ftp_wizard/Proftpd.pm @@ -108,7 +108,7 @@ $o->{pages} = { next => 'config' }, error_choose => { - name => N("Please choose allow connection to FTP server from internal or external."), + name => N("Please choose whether to allow a connection to FTP server from internal or external hosts."), next => 'config', }, error_shell => { |