summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-07-12 10:34:16 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-07-12 10:34:16 +0000
commit237b145f26fbd66625511236e85fb7b44c5e3ec3 (patch)
treed081dfc1bcf7855ab1f8b1a34666b429d3321d23 /perl-install/install_steps_interactive.pm
parent8a3e096d102835a269d8fffc5b2c340344b80fd6 (diff)
downloaddrakx-backup-do-not-use-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar
drakx-backup-do-not-use-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar.gz
drakx-backup-do-not-use-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar.bz2
drakx-backup-do-not-use-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar.xz
drakx-backup-do-not-use-237b145f26fbd66625511236e85fb7b44c5e3ec3.zip
changed "Country" . " / Region" to "Country / Region" and fixed Chinese po's
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 42bfcfb22..baeffaa5f 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -896,7 +896,7 @@ sub summary {
my $timezone_manually_set;
push @l, {
group => N("System"),
- label => N("Country") . N(" / Region"),
+ label => N("Country / Region"),
val => sub { lang::c2name($o->{locale}{country}) },
clicked => sub {
any::selectCountry($o, $o->{locale}) or return;