diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-11-28 12:00:09 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-11-28 12:00:09 +0000 |
commit | 920d55ddeb3a031d640c9e04b4147b5688c3351d (patch) | |
tree | 5d90d7f0523593631781b82f3840fed9bbb1becf /perl-install/any.pm | |
parent | 2cb9f81d196e91f37886a355788eb261bdc6c190 (diff) | |
download | drakx-920d55ddeb3a031d640c9e04b4147b5688c3351d.tar drakx-920d55ddeb3a031d640c9e04b4147b5688c3351d.tar.gz drakx-920d55ddeb3a031d640c9e04b4147b5688c3351d.tar.bz2 drakx-920d55ddeb3a031d640c9e04b4147b5688c3351d.tar.xz drakx-920d55ddeb3a031d640c9e04b4147b5688c3351d.zip |
load_category__prompt: use formatAlaTeX
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |