mirror of
https://github.com/moodle/moodle.git
synced 2025-02-18 23:05:30 +01:00
9 lines
191 B
PHP
9 lines
191 B
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.6 development (2005060201)
|
|
|
|
|
|
$string['modulename'] = 'Hot Potatoes Quiz';
|
|
$string['modulenameplural'] = 'Hot Potatoes Quizzes';
|
|
|
|
?>
|