summaryrefslogtreecommitdiffstats
path: root/web_wizard
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-03-10 22:26:05 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-03-10 22:26:05 +0000
commit8e49fd6192122da8d4a63186f1ffcd41a1041406 (patch)
treece1af9d3d9a5e9ed4ff31fc7f6d30bb6cbab907e /web_wizard
parentf538d8f1d6eedf9e0e468be2eee6fa72ed613360 (diff)
downloaddrakwizard-8e49fd6192122da8d4a63186f1ffcd41a1041406.tar
drakwizard-8e49fd6192122da8d4a63186f1ffcd41a1041406.tar.gz
drakwizard-8e49fd6192122da8d4a63186f1ffcd41a1041406.tar.bz2
drakwizard-8e49fd6192122da8d4a63186f1ffcd41a1041406.tar.xz
drakwizard-8e49fd6192122da8d4a63186f1ffcd41a1041406.zip
updated pot file
Diffstat (limited to 'web_wizard')
-rwxr-xr-xweb_wizard/Apache.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm
index b889346b..d7094847 100755
--- a/web_wizard/Apache.pm
+++ b/web_wizard/Apache.pm
@@ -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 (whitout ~/) 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'
},