4ee6e69aaf
Renamed a string in the language file (the code was looking for a different name than the one that existed).
7 lines
121 B
PHP
7 lines
121 B
PHP
<?php // $Id$
|
|
|
|
$string['coursesummary'] = 'Course Summary';
|
|
$string['pagedescription'] = 'Course/Site Description';
|
|
|
|
?>
|