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';
|
|
|
|
?>
|