diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/steps_interactive.pm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 1e85b9594..e30da3d30 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,4 @@ -- add help button for desktop selection step +- add help button to desktop selection & minimal installation steps - keep soft links in HTML help directory - handle anchors in HTML help IDs diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 840422d5d..75ae44ac7 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -608,6 +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 => 'choosePackages#d4e1076' }, [ { val => \$o->{rpmsrate_flags_chosen}{CAT_X}, type => 'bool', text => N("With X"), disabled => sub { $minimal } }, |