From 906d09feee7055c411790bb62ef839c43ba5fe0f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Feb 2003 17:53:59 +0000 Subject: fix and some more Help --- perl-install/Xconfig/various.pm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'perl-install/Xconfig/various.pm') diff --git a/perl-install/Xconfig/various.pm b/perl-install/Xconfig/various.pm index 8fd1bf68b..daa8d27f9 100644 --- a/perl-install/Xconfig/various.pm +++ b/perl-install/Xconfig/various.pm @@ -67,10 +67,13 @@ sub choose_xdm { my $xdm = $::isStandalone ? runlevel() == 5 : 1; if (!$auto || $::isStandalone) { - $xdm = $in->ask_yesorno_({ interactive_help_id => 'configureXxdm' }, - N("Graphical interface at startup"), + $xdm = $in->ask_yesorno_({ + title => N("Graphical interface at startup"), + messages => N("I can setup your computer to automatically start the graphical interface (XFree) upon booting. -Would you like XFree to start when you reboot?"), $xdm) or return; +Would you like XFree to start when you reboot?"), + interactive_help_id => 'configureXxdm', + }, $xdm) or return; } runlevel($xdm ? 5 : 3); } -- cgit v1.2.1