diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-07-12 10:34:16 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-07-12 10:34:16 +0000 |
commit | 237b145f26fbd66625511236e85fb7b44c5e3ec3 (patch) | |
tree | d081dfc1bcf7855ab1f8b1a34666b429d3321d23 /perl-install/any.pm | |
parent | 8a3e096d102835a269d8fffc5b2c340344b80fd6 (diff) | |
download | drakx-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar drakx-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar.gz drakx-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar.bz2 drakx-237b145f26fbd66625511236e85fb7b44c5e3ec3.tar.xz drakx-237b145f26fbd66625511236e85fb7b44c5e3ec3.zip |
changed "Country" . " / Region" to "Country / Region" and fixed Chinese po's
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 7134d5e16..14d7872df 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -691,7 +691,7 @@ sub selectCountry { my ($other, $ext_country); member($country, @best) or ($ext_country, $country) = ($country, $ext_country); $o->ask_from_( - { title => N("Country") . N(" / Region"), + { title => N("Country / Region"), messages => N("Please choose your country."), interactive_help_id => 'selectCountry', advanced_messages => N("Here is the full list of available countries"), |