From 1499430f9b2999a17fb3e3a0f5a1c2355adecd8a Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sun, 8 Aug 2004 09:14:33 +0000 Subject: fixed various strings to proper English --- web_wizard/Apache.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web_wizard') diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index ae58661e..c1ea415d 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -87,7 +87,7 @@ $o->{pages} = { next => 'config' }, ask_mod => { - name => N("Modules :") . "\n\n" . N("* User module : allows users to have a directory in their home directories available on your http server via http://www.yourserver.com/~user, you will be asked for the name of this directory afterward."), + name => N("Modules:") . "\n\n" . N("* User module: allows users to have a directory in their home directories available on your http server via http://www.yourserver.com/~user, you will be asked for the name of this directory afterward."), pre => sub { $o->{var}{user_mod} = is_last_user_mod() }, data => [ { text => join("\n", warp_text(N("Allows users to get a directory in their homes directories @@ -100,7 +100,7 @@ available on your http server via http://www.yourserver.com/~user."), 70)), type name => N("Type the name of the directory users should create in their homes (without ~/) to get it available via http://www.yourserver.com/~user"), pre => sub { $o->{var}{user_dir} ||= 'public_html' }, data => [ - { label => N("user http sub-directory : ~/"), help => N("Type the name of the directory users should create in their homes (without ~/) to get it available via http://www.yourserver.com/~user"), val => \$o->{var}{user_dir} }, + { label => N("user http sub-directory: ~/"), help => N("Type the name of the directory users should create in their homes (without ~/) to get it available via http://www.yourserver.com/~user"), val => \$o->{var}{user_dir} }, ], next => 'ask_dir' }, -- cgit v1.2.1