diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-24 17:33:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-24 17:33:30 +0000 |
commit | 184d9acee370d8eaf11384a97c121d2025a373b0 (patch) | |
tree | f1939d7ebac3f9822356c07e828735f640a50b42 | |
parent | 0f16319b8bd70fad1be3ec937801f2e7a6e0df19 (diff) | |
download | drakx-184d9acee370d8eaf11384a97c121d2025a373b0.tar drakx-184d9acee370d8eaf11384a97c121d2025a373b0.tar.gz drakx-184d9acee370d8eaf11384a97c121d2025a373b0.tar.bz2 drakx-184d9acee370d8eaf11384a97c121d2025a373b0.tar.xz drakx-184d9acee370d8eaf11384a97c121d2025a373b0.zip |
(%l2t): fix for fuzzyChoice
-rw-r--r-- | perl-install/timezone.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/timezone.pm b/perl-install/timezone.pm index 0e434500d..35622d2b5 100644 --- a/perl-install/timezone.pm +++ b/perl-install/timezone.pm @@ -54,8 +54,8 @@ my %l2t = ( 'Czech' => 'Europe/Prague', 'Danish (Denmark)' => 'Europe/Copenhagen', 'Dutch (Netherlands)' => 'Europe/Amsterdam', -'English (USA)' => 'America/New_York', -'English (UK)' => 'Europe/London', +'English (United States)' => 'America/New_York', +'English (United Kingdom)' => 'Europe/London', 'Esperanto' => 'Europe/Warsaw', 'Estonian (Estonia)' => 'Europe/Tallinn', 'Euskara (Basque)' => 'Europe/Madrid', |