]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16218 - Typo in lang file. Thanks to Mitsuhiro Yoshida for spotting it.
authortjhunt <tjhunt>
Wed, 27 Aug 2008 01:03:41 +0000 (01:03 +0000)
committertjhunt <tjhunt>
Wed, 27 Aug 2008 01:03:41 +0000 (01:03 +0000)
lang/en_utf8/quiz_responses.php

index eed34837936a2d1d079dab2a8e951f19783f8545..97a1c4d6782b7c1c710150ecf7e73188c179070c 100644 (file)
@@ -1,10 +1,9 @@
-<?php
-// $Id$
+<?php // $Id$
 $string['responsesoptions'] = 'Responses options';
 $string['responsestitle'] = 'Detailed responses';
 $string['pagesize'] = 'Page Size';
 $string['reportresponses'] = 'Responses';
 $string['responses'] = 'Responses';
-$string['responses report'] = 'Responses report';
+$string['responsesreport'] = 'Responses report';
 $string['responsesdownload'] = 'Responses download';
 ?>
\ No newline at end of file