From 61771cba999c9ce3e8d4141cdfd2173baaed5925 Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Tue, 6 Jul 2010 06:57:41 +0000 Subject: [PATCH] MDL-15976 Shortening 'Taiwan (Province of China)' to 'Taiwan'. Our rationale before was to stick to the ISO-3166 standard no matter what, since we don't want to get involved in territorial issues. However, in this case no information is lost and it would make a lot of people happier (and no one unhappy, I think), so I'm going to make an exception. Hope it's not a can of worms. --- lang/en/countries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/countries.php b/lang/en/countries.php index 7d9eba27c98..b4ef21afd13 100644 --- a/lang/en/countries.php +++ b/lang/en/countries.php @@ -247,7 +247,7 @@ $string['TO'] = 'Tonga'; $string['TR'] = 'Turkey'; $string['TT'] = 'Trinidad And Tobago'; $string['TV'] = 'Tuvalu'; -$string['TW'] = 'Taiwan, Province Of China'; +$string['TW'] = 'Taiwan'; $string['TZ'] = 'Tanzania, United Republic Of'; $string['UA'] = 'Ukraine'; $string['UG'] = 'Uganda';