]> git.mjollnir.org Git - moodle.git/commitdiff
Fix for bug 2372:
authordefacer <defacer>
Mon, 17 Jan 2005 14:29:27 +0000 (14:29 +0000)
committerdefacer <defacer>
Mon, 17 Jan 2005 14:29:27 +0000 (14:29 +0000)
Renamed a string in the language file (the code was looking for a different
name than the one that existed).

lang/en/block_course_summary.php

index 7b84fbe0043ab1bd4ffeea4a6d4ef34a6e95eae9..5980a98fffdc4caa57885477480af93b8eb0d1a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php // $Id$ 
 
-$string['blockname'] = 'Course Summary';
+$string['coursesummary'] = 'Course Summary';
 $string['pagedescription'] = 'Course/Site Description';
 
 ?>