moodle/lang/en/block_course_summary.php
defacer 4ee6e69aaf Fix for bug 2372:
Renamed a string in the language file (the code was looking for a different
name than the one that existed).
2005-01-17 14:29:27 +00:00

7 lines
121 B
PHP

<?php // $Id$
$string['coursesummary'] = 'Course Summary';
$string['pagedescription'] = 'Course/Site Description';
?>