From dbf8c92f73d0f2ba6029c565fb765818824aa8ef Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Thu, 7 Mar 2013 18:34:41 +0800 Subject: [PATCH] MDL-38352 - use ISO ISO 3166-1 name for Libya --- 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 042edfc0df389..190e57d3059c4 100644 --- a/lang/en/countries.php +++ b/lang/en/countries.php @@ -158,7 +158,7 @@ $string['LT'] = 'Lithuania'; $string['LU'] = 'Luxembourg'; $string['LV'] = 'Latvia'; -$string['LY'] = 'State of Libya'; +$string['LY'] = 'Libya'; $string['MA'] = 'Morocco'; $string['MC'] = 'Monaco'; $string['MD'] = 'Moldova, Republic Of';