summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-28 01:20:38 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-28 01:20:38 +0000
commit4e2637d5972adc602add6db25350b85f1ef00585 (patch)
tree16a07235f80196f5f2ae3e57d7b4626ca0f6fd41 /perl-install/install/steps_interactive.pm
parentd6b615caa73b35053ffc8f3b61267f978333d36d (diff)
downloaddrakx-backup-do-not-use-4e2637d5972adc602add6db25350b85f1ef00585.tar
drakx-backup-do-not-use-4e2637d5972adc602add6db25350b85f1ef00585.tar.gz
drakx-backup-do-not-use-4e2637d5972adc602add6db25350b85f1ef00585.tar.bz2
drakx-backup-do-not-use-4e2637d5972adc602add6db25350b85f1ef00585.tar.xz
drakx-backup-do-not-use-4e2637d5972adc602add6db25350b85f1ef00585.zip
adapt to new help layout (mga#5634)
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 a0f2d203f..1c549ca4c 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -600,7 +600,7 @@ sub offer_minimal_options {
$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:"),
- interactive_help_id => 'choosePackages#minimal-install'
+ interactive_help_id => 'minimal-install'
},
[
{ val => \$o->{rpmsrate_flags_chosen}{CAT_X}, type => 'bool', text => N("With X"), disabled => sub { $minimal } },
@@ -631,7 +631,7 @@ sub reallyChooseGroups {
my ($path, $all);
$o->ask_from_({ messages => N("Package Group Selection"),
- interactive_help_id => 'choosePackages',
+ interactive_help_id => 'choosePackageGroups',
}, [
{ val => \$size_text, type => 'label' }, {},
(map {