From 1834a3cb8e4b52fd30573d1a1e35b09fa7a4eb7b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 24 Mar 2003 15:46:18 +0000 Subject: hp fix --- perl-install/any.pm | 2 +- perl-install/install_steps_interactive.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index dd7f6b932..b08e405c3 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -688,7 +688,7 @@ sub selectCountry { my ($other, $ext_country); member($country, @best) or ($ext_country, $country) = ($country, $ext_country); $o->ask_from_( - { title => N("Country"), + { title => N("Country") . N(" / Region"), messages => N("Please choose your country."), interactive_help_id => 'selectCountry', advanced_messages => N("Here is the full list of available countries"), diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index bc136610c..aa2869585 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -894,7 +894,7 @@ sub summary { my $timezone_manually_set; push @l, { group => N("System"), - label => N("Country"), + label => N("Country") . N(" / Region"), val => sub { lang::c2name($o->{locale}{country}) }, clicked => sub { any::selectCountry($o, $o->{locale}) or return; -- cgit v1.2.1