Fixed some typos

This commit is contained in:
moodler
2006-03-01 14:03:56 +00:00
parent 1f8ede91cd
commit f413e3fbee
+3 -3
View File
@@ -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