summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-03-24 15:46:18 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-03-24 15:46:18 +0000
commit1834a3cb8e4b52fd30573d1a1e35b09fa7a4eb7b (patch)
treeee360b9fce8840ccb7d429986e0addadab4cad4a /perl-install/install_steps_interactive.pm
parent87e27ed6fb5070c32e6ae6644925245bc874f732 (diff)
downloaddrakx-backup-do-not-use-1834a3cb8e4b52fd30573d1a1e35b09fa7a4eb7b.tar
drakx-backup-do-not-use-1834a3cb8e4b52fd30573d1a1e35b09fa7a4eb7b.tar.gz
drakx-backup-do-not-use-1834a3cb8e4b52fd30573d1a1e35b09fa7a4eb7b.tar.bz2
drakx-backup-do-not-use-1834a3cb8e4b52fd30573d1a1e35b09fa7a4eb7b.tar.xz
drakx-backup-do-not-use-1834a3cb8e4b52fd30573d1a1e35b09fa7a4eb7b.zip
hp fix
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
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;