From f6f3e2baa0930bfe37869619278162893b97e3ce Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Tue, 4 Jan 2011 16:07:48 +0000
Subject: [PATCH] #1014170 by rooby: Fixed East Timor is now Timor-Leste.

---
 includes/iso.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/iso.inc b/includes/iso.inc
index ce0757547a77..ed2bfdd798dc 100644
--- a/includes/iso.inc
+++ b/includes/iso.inc
@@ -241,7 +241,7 @@ function _country_get_predefined_list() {
     'TH' => $t('Thailand'),
     'TJ' => $t('Tajikistan'),
     'TK' => $t('Tokelau'),
-    'TL' => $t('East Timor'),
+    'TL' => $t('Timor-Leste'),
     'TM' => $t('Turkmenistan'),
     'TN' => $t('Tunisia'),
     'TO' => $t('Tonga'),
-- 
GitLab