mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00

This is working OK in my testing, but please contact me immediately if you find any errors.
8 lines
173 B
PHP
8 lines
173 B
PHP
<?PHP // $Id$
|
|
// webquest.php - created with Moodle 1.2 development (2003111400)
|
|
|
|
|
|
$string['modulename'] = 'Webquest';
|
|
$string['modulenameplural'] = 'Webquests';
|
|
|
|
?>
|