mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
9 lines
172 B
PHP
9 lines
172 B
PHP
|
<?PHP // $Id$
|
||
|
// webquest.php - created with Moodle 1.2 development (2003102700)
|
||
|
|
||
|
|
||
|
$string['modulename'] = "WebQuest";
|
||
|
$string['modulenameplural'] = "WebQuest";
|
||
|
|
||
|
?>
|