diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-02 11:17:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-02 11:17:52 +0000 |
commit | 5f33217df3cc347e9345226bfcc292d7a0097ffe (patch) | |
tree | 7eeba5eae9d1ea79ac72e452ce5329346c071cf8 /perl-install/install/steps_interactive.pm | |
parent | 2a99b01abcc0c0e1d6b29c264914dee8f4e9a569 (diff) | |
download | drakx-5f33217df3cc347e9345226bfcc292d7a0097ffe.tar drakx-5f33217df3cc347e9345226bfcc292d7a0097ffe.tar.gz drakx-5f33217df3cc347e9345226bfcc292d7a0097ffe.tar.bz2 drakx-5f33217df3cc347e9345226bfcc292d7a0097ffe.tar.xz drakx-5f33217df3cc347e9345226bfcc292d7a0097ffe.zip |
(chooseGroups,reallyChooseDesktop) adjust some help IDs
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 7deee1fc4..0da30b20d 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 => 'choosePackages#d4e1076' + interactive_help_id => 'choosePackagesminimal-install' }, [ { val => \$o->{rpmsrate_flags_chosen}{CAT_X}, type => 'bool', text => N("With X"), disabled => sub { $minimal } }, |