9 lines
182 B
PHP
9 lines
182 B
PHP
<?PHP // $Id$
|
|
// webquest.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
|
|
|
|
|
|
$string['modulename'] = 'webquest';
|
|
$string['modulenameplural'] = 'webquests';
|
|
|
|
?>
|