From bcd1bf4e45de7e5f59a6c1e7eaaf7ad401d7fc28 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 4 Sep 1999 21:49:40 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index e778c6fa3..1138f6c4f 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -427,7 +427,7 @@ sub load_thiskind { modules::load_thiskind($type, sub { $w = $o->wait_message('', [ _("Installing driver for %s card %s", $type, $_->[0]), - $::beginner ? _("(module %s)", $_->[1]) : () + $::beginner ? () : _("(module %s)", $_->[1]) ]); }); } -- cgit v1.2.1