From 5b443966cd0dd176207dd622c3f302e8c561b390 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 28 Jan 2002 19:30:18 +0000 Subject: Corrected various English typos --- perl-install/crypto.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 16a011523..9ac437fce 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -14,7 +14,7 @@ my %url2land = ( be => _("Belgium"), cz => _("Czech Republic"), de => _("Germany"), - gr => _("Grece"), + gr => _("Greece"), no => _("Norway"), se => _("Sweden"), ); @@ -24,7 +24,7 @@ my %land2tzs = ( _("Belgium") => [ 'Europe/Brussels', 'Europe/Paris', 'Europe/Berlin' ], _("Czech Republic") => [ 'Europe/Prague', 'Europe/Berlin' ], _("Germany") => [ 'Europe/Berlin', 'Europe/Prague' ], - _("Grece") => [ 'Europe/Athens', 'Europe/Prague' ], + _("Greece") => [ 'Europe/Athens', 'Europe/Prague' ], _("Norway") => [ 'Europe/Oslo', 'Europe/Stockholm' ], _("Sweden") => [ 'Europe/Stockholm', 'Europe/Oslo' ], _("United States") => [ 'America/New_York', 'Canada/Atlantic', 'Asia/Tokyo', 'Australia/Sydney', 'Europe/Paris' ], -- cgit v1.2.1