diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-22 09:50:36 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-22 09:50:36 +0000 |
commit | a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442 (patch) | |
tree | e0d602b221f4aa301e84e21e1fa332826162ec1f /web_wizard | |
parent | c196eb029c890300e90a2935d1d639afc887bb10 (diff) | |
download | drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.gz drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.bz2 drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.xz drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.zip |
Corrected several typos.
Diffstat (limited to 'web_wizard')
-rwxr-xr-x | web_wizard/Apache.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index c1ea415d..fd5b87b7 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -90,7 +90,7 @@ $o->{pages} = { 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 + { text => join("\n", warp_text(N("Allows users to get a directory in their home directories available on your http server via http://www.yourserver.com/~user."), 70)), type => 'bool', val => \$o->{var}{user_mod} }, ], post => sub { return 'user_dir' if $o->{var}{user_mod} }, |