summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-28 17:52:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-28 17:52:25 +0000
commit62d97a61f7ac3d2889cc925bbf2fed71c440bf49 (patch)
tree658b52912f995c30a08f982c729b29b793fd924f /perl-install/install_steps_interactive.pm
parentf993948d20464e09233c8e8342f8af9591f5b2af (diff)
downloaddrakx-backup-do-not-use-62d97a61f7ac3d2889cc925bbf2fed71c440bf49.tar
drakx-backup-do-not-use-62d97a61f7ac3d2889cc925bbf2fed71c440bf49.tar.gz
drakx-backup-do-not-use-62d97a61f7ac3d2889cc925bbf2fed71c440bf49.tar.bz2
drakx-backup-do-not-use-62d97a61f7ac3d2889cc925bbf2fed71c440bf49.tar.xz
drakx-backup-do-not-use-62d97a61f7ac3d2889cc925bbf2fed71c440bf49.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 16e5be535..9760ab7ee 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -67,7 +67,7 @@ translated etc. that varies from language to language).") if $o->{lang} !~ /^en/
unless ($o->{useless_thing_accepted}) {
$o->set_help('license');
- $o->{useless_thing_accepted} = $o->ask_from_list_('', formatAlaTeX(
+ $o->{useless_thing_accepted} = $o->ask_from_list_(_("License agreement"), formatAlaTeX(
_(" Introduction
The operating system and the different components available in the Linux-Mandrake distribution
@@ -462,7 +462,7 @@ sub choosePackages {
#- avoid reselection of package if individual selection is requested and this is not the first time.
if (1 || $first_time || !$individual) {
- my $min_mark = $::beginner ? 10 : $::expert ? 0 : 1;
+ my $min_mark = $::beginner ? 25 : $::expert ? 0 : 1;
my $b = pkgs::saveSelected($packages);
my (undef, $level) = pkgs::setSelectedFromCompssList($o->{compssListLevels}, $packages, $min_mark, 0, $o->{installClass});