From 76fb51c2121186d897473a11f83d46c7ffa564dc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 18 Aug 2000 15:01:03 +0000 Subject: no_comment --- perl-install/install_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_interactive.pm') diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 6e60b8f6f..796402eb9 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -299,7 +299,7 @@ sub setup_thiskind { } return if $auto && (@l || !$at_least_one); } - @l = map { $_->{driver} } @l; + @l = map { $_->{description} } @l; while (1) { my $msg = @l ? [ _("Found %s %s interfaces", join(", ", @l), $type), -- cgit v1.2.1