From: moodler Date: Thu, 12 Dec 2002 12:30:09 +0000 (+0000) Subject: local = en_GB is causing my AM/PM to disappear! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=150e92dcf1a0d3cffaad138e804b9dc0e84dee8b;p=moodle.git local = en_GB is causing my AM/PM to disappear! --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 8e0ada0bd8..76d06a9f90 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -247,7 +247,7 @@ $string['latestnews'] = "Latest news"; $string['listofallpeople'] = "List of all people"; $string['license'] = "GPL License"; $string['livelogs'] = "Live logs from the past hour"; -$string['locale'] = "en_GB"; +$string['locale'] = "en"; $string['location'] = "Location"; $string['loggedinas'] = "You are logged in as \$a "; $string['loggedinnot'] = "You are not logged in.";