diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-12-28 01:20:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-12-28 01:20:38 +0000 |
commit | 507001d6ce6e3d463f80d312cce7cc54676125bb (patch) | |
tree | 16a07235f80196f5f2ae3e57d7b4626ca0f6fd41 /perl-install/install/steps_interactive.pm | |
parent | f3dc3db7a9d457b86cdb987569e607c4965f8849 (diff) | |
download | drakx-507001d6ce6e3d463f80d312cce7cc54676125bb.tar drakx-507001d6ce6e3d463f80d312cce7cc54676125bb.tar.gz drakx-507001d6ce6e3d463f80d312cce7cc54676125bb.tar.bz2 drakx-507001d6ce6e3d463f80d312cce7cc54676125bb.tar.xz drakx-507001d6ce6e3d463f80d312cce7cc54676125bb.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.pm | 4 |
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 { |