From 5d34257adecdaadbd6bc38dfb6ef649244d5021d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 13 Jan 2002 20:06:51 +0000 Subject: cleanup --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 7b6660459..88ef9281a 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -672,7 +672,7 @@ Please choose the minimal installation you want"), [ __("Base system only"), __( $o->{compssUsersChoice}{$_} = 0 foreach keys %{$o->{compssUsersChoice}}; } else { install_any::setDefaultPackages($o, 'clean'); - $o->{compssUsersChoice}{X} = $type eq __('With X'); + $o->{compssUsersChoice}{X} = $type eq 'With X'; } install_any::unselectMostPackages($o); } -- cgit v1.2.1