From 1cfe1832f583c3e8428c11926707774079dc5fbc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 2 Oct 2008 11:26:58 +0000 Subject: (chooseGroups) fix using anchor --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install') 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 } }, -- cgit v1.2.1