From f413e3fbeecea3b475e555316f17ebe565cd5a93 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 1 Mar 2006 14:03:56 +0000 Subject: [PATCH] Fixed some typos --- lib/moodlelib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 8bb21ee6d9d..4a639a53467 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -5083,10 +5083,10 @@ function get_list_of_pixnames() { if (file_exists($CFG->dirroot .'/lang/'. $parentlang .'/pix.php')) { $lang = $parentlang; } else { - $lang = 'en'; // countries.php must exist in this pack + $lang = 'en_utf8'; // pix.php must exist in this pack } } else { - $lang = 'en'; // countries.php must exist in this pack + $lang = 'en_utf8'; // pix.php must exist in this pack } } @@ -5096,7 +5096,7 @@ function get_list_of_pixnames() { } /** - * Returns a list of picture names in the current language + * Returns a list of timezones in the current language * * @uses $CFG * @return array