mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 15:53:36 +01:00
8 lines
91 B
PHP
8 lines
91 B
PHP
<?php
|
|
|
|
|
|
$string['modulename'] = 'Webquest';
|
|
$string['modulenameplural'] = 'Webquests';
|
|
|
|
?>
|