diff options
author | Francois Pons <fpons@mandriva.com> | 2000-06-20 17:38:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-06-20 17:38:17 +0000 |
commit | 8842f7f1d11ec841e49cf6ee7c6c8c8e3c6d60ca (patch) | |
tree | 7c7ade46adc9fe4bb927d310dee4247270f47f5e /perl-install | |
parent | ba80043bba7bb9f5a55de1c3e45841f995f00ea1 (diff) | |
download | drakx-8842f7f1d11ec841e49cf6ee7c6c8c8e3c6d60ca.tar drakx-8842f7f1d11ec841e49cf6ee7c6c8c8e3c6d60ca.tar.gz drakx-8842f7f1d11ec841e49cf6ee7c6c8c8e3c6d60ca.tar.bz2 drakx-8842f7f1d11ec841e49cf6ee7c6c8c8e3c6d60ca.tar.xz drakx-8842f7f1d11ec841e49cf6ee7c6c8c8e3c6d60ca.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-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 a92f7b272..354b31ea9 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -838,7 +838,7 @@ You can add some more or change the existing ones."), if ($c eq "Add") { my @labels = map { $_->{label} } @{$b->{entries}}; my $prefix; - if ($in->ask_from_list_('', _("Which type of entry do you want to add?"), [ __("Linux"), __("Other OS (SunOS...)") ]) eq "Linux") { + if ($o->ask_from_list_('', _("Which type of entry do you want to add?"), [ __("Linux"), __("Other OS (SunOS...)") ]) eq "Linux") { $e = { type => 'image' }; $prefix = "linux"; } else { |