summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-09-23 11:22:29 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-09-23 11:22:29 +0000
commit08f7e616f0c5f680c54450bc38eb56416f225bba (patch)
tree9a800eed113eb0ea9c429fe11148ff8434274e66
parent12248b10963cc7d8db1917935a9e8ef12639d6b9 (diff)
downloaddrakx-backup-do-not-use-08f7e616f0c5f680c54450bc38eb56416f225bba.tar
drakx-backup-do-not-use-08f7e616f0c5f680c54450bc38eb56416f225bba.tar.gz
drakx-backup-do-not-use-08f7e616f0c5f680c54450bc38eb56416f225bba.tar.bz2
drakx-backup-do-not-use-08f7e616f0c5f680c54450bc38eb56416f225bba.tar.xz
drakx-backup-do-not-use-08f7e616f0c5f680c54450bc38eb56416f225bba.zip
tellAboutProprietaryModules: use formatAlaTeX
-rw-r--r--perl-install/install_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm
index 46c8a9f5d..5c1766351 100644
--- a/perl-install/install_interactive.pm
+++ b/perl-install/install_interactive.pm
@@ -19,9 +19,9 @@ use fs;
sub tellAboutProprietaryModules {
my ($o) = @_;
my @l = grep { $_ } map { $_->{driver} =~ /^Bad:(.*)/ && $1 } detect_devices::probeall();
- $o->ask_warn('',
+ $o->ask_warn('', formatAlaTeX(
_("Some hardware on your computer needs ``proprietary'' drivers to work.
-You can find some information about them at: %s", join(", ", @l))) if @l;
+You can find some information about them at: %s", join(", ", @l)))) if @l;
}
#- unit of $mb is mega bytes, min and max are in sectors, this