From 150e92dcf1a0d3cffaad138e804b9dc0e84dee8b Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 12 Dec 2002 12:30:09 +0000 Subject: [PATCH] local = en_GB is causing my AM/PM to disappear! --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; -- 2.39.5