diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 04:13:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 04:13:28 +0000 |
commit | 174c1bf4baf78d83bcbfae169af2d934748b3476 (patch) | |
tree | 062f329b995537611765c8c5a98b01c6a8f64c0c /perl-install/any.pm | |
parent | 52d23f43f57b0c0fcf3147ff2542663575b309f5 (diff) | |
download | drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.gz drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.bz2 drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.xz drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.zip |
fix/adjust some help pages (#42986)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 3564ef8f6..14ac12749 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1121,7 +1121,7 @@ sub selectCountry { $in->ask_from_( { title => N("Country / Region"), messages => N("Please choose your country"), - interactive_help_id => 'selectCountry', + interactive_help_id => 'misc-params.html#drakxid-selectCountry', if_(@best, advanced_messages => N("Here is the full list of available countries")), advanced_label => @best ? N("Other Countries") : N("Advanced"), }, @@ -1431,7 +1431,7 @@ sub configure_time_more { my $tz_prefix = timezone::get_timezone_prefix(); local $ENV{TZ} = ':' . $tz_prefix . '/' . $timezone->{timezone}; - $in->ask_from_({ interactive_help_id => 'configureTimezoneGMT', + $in->ask_from_({ interactive_help_id => 'misc-params#drakxid-configureTimezoneGMT', title => N("Date, Clock & Time Zone Settings"), }, [ { label => N("Date, Clock & Time Zone Settings"), title => 1 }, |