From 920d55ddeb3a031d640c9e04b4147b5688c3351d Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 28 Nov 2002 12:00:09 +0000 Subject: load_category__prompt: use formatAlaTeX --- perl-install/any.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index cf72e6082..6468069e3 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -717,11 +717,11 @@ sub load_category__prompt { require modules::parameters; my @parameters = modules::parameters::parameters($module); if (@parameters && $in->ask_from_list_('', -N("In some cases, the %s driver needs to have extra information to work +formatAlaTeX(N("In some cases, the %s driver needs to have extra information to work properly, although it normally works fine without. Would you like to specify extra options for it or allow the driver to probe your machine for the information it needs? Occasionally, probing will hang a computer, but it should -not cause any damage.", $module_descr), [ N_("Autoprobe"), N_("Specify options") ], 'Autoprobe') ne 'Autoprobe') { +not cause any damage.", $module_descr)), [ N_("Autoprobe"), N_("Specify options") ], 'Autoprobe') ne 'Autoprobe') { $options = load_module__ask_options($in, $module_descr, \@parameters) or return; } while (1) { -- cgit v1.2.1