9 lines
173 B
PHP
9 lines
173 B
PHP
<?PHP // $Id$
|
|
// webquest.php - created with Moodle 1.2 development (2003102200)
|
|
|
|
|
|
$string['modulename'] = "webquest";
|
|
$string['modulenameplural'] = "webquests";
|
|
|
|
?>
|