mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
8 lines
165 B
PHP
8 lines
165 B
PHP
<?PHP // $Id$
|
|
// webquest.php - created with Moodle 1.1 (2003082800)
|
|
|
|
|
|
$string['modulename'] = " Webquest ";
|
|
$string['modulenameplural'] = " Webquests ";
|
|
|
|
?>
|