summaryrefslogtreecommitdiffstats
path: root/web_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-22 16:48:58 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-22 16:48:58 +0000
commit96e940a9ee3468c9bca351290603c1500be10325 (patch)
tree921f04aa811c26a386914befa9f14fe2a84af0ca /web_wizard
parent9bca1381618e543454ca0c94f9101c16762b2805 (diff)
downloaddrakwizard-96e940a9ee3468c9bca351290603c1500be10325.tar
drakwizard-96e940a9ee3468c9bca351290603c1500be10325.tar.gz
drakwizard-96e940a9ee3468c9bca351290603c1500be10325.tar.bz2
drakwizard-96e940a9ee3468c9bca351290603c1500be10325.tar.xz
drakwizard-96e940a9ee3468c9bca351290603c1500be10325.zip
fix a few message layouts
Diffstat (limited to 'web_wizard')
-rwxr-xr-xweb_wizard/Apache.pm7
1 files changed, 3 insertions, 4 deletions
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
},