From 4faf71968e024c1271bf290901189cc4f84152af Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 27 Feb 2004 01:39:28 +0000 Subject: rescued a some ~50 strings strings and updated pot file. capitalized "Internet" --- ftp_wizard/Proftpd.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ftp_wizard/Proftpd.pm') diff --git a/ftp_wizard/Proftpd.pm b/ftp_wizard/Proftpd.pm index fec232a1..ee6a9bfb 100755 --- a/ftp_wizard/Proftpd.pm +++ b/ftp_wizard/Proftpd.pm @@ -76,10 +76,10 @@ $o->{pages} = { next => 'config' }, config => { - name => N("FTP server") . "\n\n" . N("Your server can act as an FTP server toward your internal network (intranet) and as an FTP server for the internet.") . "\n\n" . N("Select the kind of FTP service you want to activate:"), + name => N("FTP server") . "\n\n" . N("Your server can act as an FTP server toward your internal network (intranet) and as an FTP server for the Internet.") . "\n\n" . N("Select the kind of FTP service you want to activate:"), data => [ { label => N("Enable the FTP server for the intranet"), type => 'bool', val => \$o->{var}{wiz_ftp_internal} }, - { label => N("Enable the FTP server for the internet"), type => 'bool', val => \$o->{var}{wiz_ftp_external} }, + { label => N("Enable the FTP server for the Internet"), type => 'bool', val => \$o->{var}{wiz_ftp_external} }, ], post => \&check_opt, next => 'options' @@ -145,7 +145,7 @@ $o->{pages} = { next => 'end' }, end => { - name => N("Congratulations") . "\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, no_back => 1, next => 0 -- cgit v1.2.1