summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-13 20:06:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-13 20:06:51 +0000
commit5d34257adecdaadbd6bc38dfb6ef649244d5021d (patch)
tree5d0b349c2c26de94c450c6733f5bc632230ecca0 /perl-install/install_steps_interactive.pm
parentcf81df8bf6269999fd2a62caaebca27b1a018c26 (diff)
downloaddrakx-backup-do-not-use-5d34257adecdaadbd6bc38dfb6ef649244d5021d.tar
drakx-backup-do-not-use-5d34257adecdaadbd6bc38dfb6ef649244d5021d.tar.gz
drakx-backup-do-not-use-5d34257adecdaadbd6bc38dfb6ef649244d5021d.tar.bz2
drakx-backup-do-not-use-5d34257adecdaadbd6bc38dfb6ef649244d5021d.tar.xz
drakx-backup-do-not-use-5d34257adecdaadbd6bc38dfb6ef649244d5021d.zip
cleanup
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
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);
}