diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-04 20:29:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-04 20:29:24 +0000 |
commit | 9f4d9db50a2434acb6fde63ead071d9754e80f38 (patch) | |
tree | 515987dc42e58957190bbfd8b4c4b583997cf51b /perl-install/install_steps_interactive.pm | |
parent | 8d5fe6fe6ab47eb0b460fd954b047313a7e431bc (diff) | |
download | drakx-9f4d9db50a2434acb6fde63ead071d9754e80f38.tar drakx-9f4d9db50a2434acb6fde63ead071d9754e80f38.tar.gz drakx-9f4d9db50a2434acb6fde63ead071d9754e80f38.tar.bz2 drakx-9f4d9db50a2434acb6fde63ead071d9754e80f38.tar.xz drakx-9f4d9db50a2434acb6fde63ead071d9754e80f38.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index cd9736d5e..e778c6fa3 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]), - $o->{installClass} ne "beginner" ? _("(module %s)", $_->[1]) : () + $::beginner ? _("(module %s)", $_->[1]) : () ]); }); } |