summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-28 01:20:38 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-28 01:20:38 +0000
commit507001d6ce6e3d463f80d312cce7cc54676125bb (patch)
tree16a07235f80196f5f2ae3e57d7b4626ca0f6fd41 /perl-install/any.pm
parentf3dc3db7a9d457b86cdb987569e607c4965f8849 (diff)
downloaddrakx-507001d6ce6e3d463f80d312cce7cc54676125bb.tar
drakx-507001d6ce6e3d463f80d312cce7cc54676125bb.tar.gz
drakx-507001d6ce6e3d463f80d312cce7cc54676125bb.tar.bz2
drakx-507001d6ce6e3d463f80d312cce7cc54676125bb.tar.xz
drakx-507001d6ce6e3d463f80d312cce7cc54676125bb.zip
adapt to new help layout (mga#5634)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index a06b7e60d..b12546115 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1239,7 +1239,7 @@ sub selectCountry {
$in->ask_from_(
{ title => N("Country / Region"),
messages => N("Please choose your country"),
- interactive_help_id => 'misc-params.html#drakxid-selectCountry',
+ interactive_help_id => 'selectCountry.html',
if_(@best, advanced_messages => N("Here is the full list of available countries")),
advanced_label => @best ? N("Other Countries") : N("Advanced"),
},
@@ -1556,7 +1556,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 => 'misc-params#drakxid-configureTimezoneGMT',
+ $in->ask_from_({ interactive_help_id => 'configureTimezoneUTC',
title => N("Date, Clock & Time Zone Settings"),
}, [
{ label => N("Date, Clock & Time Zone Settings"), title => 1 },