summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-02 11:26:58 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-02 11:26:58 +0000
commit1cfe1832f583c3e8428c11926707774079dc5fbc (patch)
treeeb21384a858263af309ccca280bd4c49d0da8f93 /perl-install/install/steps_interactive.pm
parent5f33217df3cc347e9345226bfcc292d7a0097ffe (diff)
downloaddrakx-backup-do-not-use-1cfe1832f583c3e8428c11926707774079dc5fbc.tar
drakx-backup-do-not-use-1cfe1832f583c3e8428c11926707774079dc5fbc.tar.gz
drakx-backup-do-not-use-1cfe1832f583c3e8428c11926707774079dc5fbc.tar.bz2
drakx-backup-do-not-use-1cfe1832f583c3e8428c11926707774079dc5fbc.tar.xz
drakx-backup-do-not-use-1cfe1832f583c3e8428c11926707774079dc5fbc.zip
(chooseGroups) fix using anchor
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-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 0da30b20d..e1639a828 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -608,7 +608,7 @@ sub chooseGroups {
$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 => 'choosePackagesminimal-install'
+ interactive_help_id => 'choosePackages#minimal-install'
},
[
{ val => \$o->{rpmsrate_flags_chosen}{CAT_X}, type => 'bool', text => N("With X"), disabled => sub { $minimal } },