summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2000-08-29 13:08:38 +0000
committerDavid Baudens <baudens@mandriva.com>2000-08-29 13:08:38 +0000
commited7e8b5b866e79ae370d43ea2daca6a5433b98fd (patch)
tree79a6f21a46c939684d0bac3a1c4bff28514310fb /perl-install
parent82dd39da15b27dde8f823380f8571e0a3cd63eee (diff)
downloaddrakx-backup-do-not-use-ed7e8b5b866e79ae370d43ea2daca6a5433b98fd.tar
drakx-backup-do-not-use-ed7e8b5b866e79ae370d43ea2daca6a5433b98fd.tar.gz
drakx-backup-do-not-use-ed7e8b5b866e79ae370d43ea2daca6a5433b98fd.tar.bz2
drakx-backup-do-not-use-ed7e8b5b866e79ae370d43ea2daca6a5433b98fd.tar.xz
drakx-backup-do-not-use-ed7e8b5b866e79ae370d43ea2daca6a5433b98fd.zip
Make Fred happy
Diffstat (limited to 'perl-install')
-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 3bcfff1ce..83155dffa 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -341,7 +341,7 @@ sub choosePackages {
my @l = (300, 700, round_up(min($max_size, $availableC) / sqr(1024), 100));
$l[2] > $l[1] + 200 or splice(@l, 1, 1); #- not worth proposing too alike stuff
$l[1] > $l[0] + 100 or splice(@l, 0, 1);
- my @text = (__("Small(%dMB)"), __("Normal (%dMB)"), __("Full (%dMB)"));
+ my @text = (__("Minimum (%dMB)"), __("Recommanded (%dMB)"), __("Complete (%dMB)"));
$o->ask_from_listf('', 'TODOMESSAGE', sub { _ ($text[$_[1]], $_[0]) }, \@l) * sqr(1024);
} else {
$o->chooseSizeToInstall($packages, $min_size, $max_size, $availableC, $individual) || goto &choosePackages;