From 00ae7978db51f8fcb374ec5a73d4f481f9b30008 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 18 Dec 2003 14:31:21 +0000 Subject: fix too long label --- 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 e23c12fa..742c4ac7 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -88,8 +88,8 @@ $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 => N("Allows users to get a directory in their homes directories -available on your http server via http://www.yourserver.com/~user."), type => 'bool', val => \$o->{var}{user_mod} }, + { text => join("\n", warp_text(N("Allows users to get a directory in their homes directories +available on your http server via http://www.yourserver.com/~user."), 50)), type => 'bool', val => \$o->{var}{user_mod} }, ], post => sub { return 'user_dir' if $o->{var}{user_mod} }, next => 'ask_dir' -- cgit v1.2.1