summaryrefslogtreecommitdiffstats
path: root/web_wizard
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-02-27 01:39:28 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-02-27 01:39:28 +0000
commit4faf71968e024c1271bf290901189cc4f84152af (patch)
tree4037cb5940945e81736f548c0c79f2d9fc1ff94c /web_wizard
parent682be8195b2359db1aa28934d870ff7d2db71edf (diff)
downloaddrakwizard-4faf71968e024c1271bf290901189cc4f84152af.tar
drakwizard-4faf71968e024c1271bf290901189cc4f84152af.tar.gz
drakwizard-4faf71968e024c1271bf290901189cc4f84152af.tar.bz2
drakwizard-4faf71968e024c1271bf290901189cc4f84152af.tar.xz
drakwizard-4faf71968e024c1271bf290901189cc4f84152af.zip
rescued a some ~50 strings strings and updated pot file.
capitalized "Internet"
Diffstat (limited to 'web_wizard')
-rwxr-xr-xweb_wizard/Apache.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm
index b3ec74b4..429ff72f 100755
--- a/web_wizard/Apache.pm
+++ b/web_wizard/Apache.pm
@@ -74,10 +74,10 @@ $o->{pages} = {
next => 'config'
},
config => {
- name => N("Web server") . "\n\n" . N("Your server can act as a Web server toward your internal network (intranet) and as a Web server for the internet.") . "\n\n" . N("Select the kind of Web service you want to activate:") . "\n\n" . N("Don't check any box if you don't want to activate your Web server."),
+ name => N("Web server") . "\n\n" . N("Your server can act as a Web server toward your internal network (intranet) and as a Web server for the Internet.") . "\n\n" . N("Select the kind of Web service you want to activate:") . "\n\n" . N("Don't check any box if you don't want to activate your Web server."),
data => [
{ text => N("Enable the Web server for the intranet"), type => 'bool', val => \$o->{var}{web_internal} },
- { text => N("Enable the Web server for the internet"), type => 'bool', val => \$o->{var}{web_external} },
+ { text => N("Enable the Web server for the Internet"), type => 'bool', val => \$o->{var}{web_external} },
],
next => 'ask_mod'
},
@@ -144,7 +144,7 @@ available on your http server via http://www.yourserver.com/~user."), 70)), type
},
end => {
name => N("Congratulations") . "\n\n" .
- N("The wizard successfully configured your intranet/internet Web server"),
+ N("The wizard successfully configured your intranet/Internet Web server"),
end => 1,
next => 0
},