mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
8 lines
168 B
PHP
8 lines
168 B
PHP
<?PHP // $Id$
|
|
// webquest.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$string['modulename'] = 'Webquest';
|
|
$string['modulenameplural'] = 'Webquests';
|
|
|
|
?>
|