summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-01 15:19:45 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-01 15:19:45 +0000
commit80eae188b2f743eeec437bdf916a1ca73726d1a4 (patch)
treeb1e0fcccaef9f442703e49bbe117566f54ad33af /perl-install/install/steps_interactive.pm
parent4fc05dc586061540e362fe6f187ff9efe1edc014 (diff)
downloaddrakx-80eae188b2f743eeec437bdf916a1ca73726d1a4.tar
drakx-80eae188b2f743eeec437bdf916a1ca73726d1a4.tar.gz
drakx-80eae188b2f743eeec437bdf916a1ca73726d1a4.tar.bz2
drakx-80eae188b2f743eeec437bdf916a1ca73726d1a4.tar.xz
drakx-80eae188b2f743eeec437bdf916a1ca73726d1a4.zip
(chooseGroups) switch from ask_from() to ask_from_()
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 3232fd92f..8340a44b6 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -598,9 +598,10 @@ sub chooseGroups {
my $docs = !$o->{excludedocs};
my $minimal;
- $o->ask_from(N("Type of install"),
- N("You have not selected any group of packages.
+ $o->ask_from_({ title => N("Type of install"),
+ message =>N("You have not selected any group of packages.
Please choose the minimal installation you want:"),
+ },
[
{ val => \$o->{rpmsrate_flags_chosen}{CAT_X}, type => 'bool', text => N("With X"), disabled => sub { $minimal } },
{ val => \$docs, type => 'bool', text => N("With basic documentation (recommended!)"), disabled => sub { $minimal } },