diff options
author | Florent Villard <warly@mandriva.com> | 2003-09-19 10:33:58 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-09-19 10:33:58 +0000 |
commit | f0e333ceb7162395e770ffb25c66fc9a9d5739f7 (patch) | |
tree | 5b60dbaeb534a5bfe9c96360d3fbb05732ff5c83 /ftp_wizard | |
parent | 63ea5f27cffdec60d3f59d14d762df580440ca06 (diff) | |
download | drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.gz drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.bz2 drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.xz drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.zip |
fix typo in .pm
Diffstat (limited to 'ftp_wizard')
-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 0399966e..45247a33 100755 --- a/ftp_wizard/Proftpd.pm +++ b/ftp_wizard/Proftpd.pm @@ -82,7 +82,7 @@ needed to configure your FTP Server') . "\n\n" . N('To accept these values, and next => 'end' }, end => { - name => N('Congratulation') . "\n\n" . N('The wizard successfully configured your Intranet/Internet FTP Server'), + name => N('Congratulations') . "\n\n" . N('The wizard successfully configured your Intranet/Internet FTP Server'), end => 1, next => 0 }, |