From 96e940a9ee3468c9bca351290603c1500be10325 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 22 Dec 2003 16:48:58 +0000 Subject: fix a few message layouts --- web_wizard/Apache.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'web_wizard') diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 742c4ac7..6cb7187e 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -89,7 +89,7 @@ $o->{pages} = { 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 -available on your http server via http://www.yourserver.com/~user."), 50)), type => 'bool', val => \$o->{var}{user_mod} }, +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} }, next => 'ask_dir' @@ -141,9 +141,8 @@ available on your http server via http://www.yourserver.com/~user."), 50)), type next => 'end' }, end => { - name => N("Congratulations"), - data => [ - { label => N("The wizard successfully configured your Intranet/Internet Web Server") } ], + name => N("Congratulations") . "\n\n" . + N("The wizard successfully configured your Intranet/Internet Web Server"), end => 1, next => 0 }, -- cgit v1.2.1