From: gbateson Date: Fri, 6 Oct 2006 03:46:46 +0000 (+0000) Subject: added $string['allusers'] = 'All users'; for "hotpot/report.php" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7676e965b9eb2f6e4ed53b57e8e44ef1a8307038;p=moodle.git added $string['allusers'] = 'All users'; for "hotpot/report.php" --- diff --git a/lang/en_utf8/hotpot.php b/lang/en_utf8/hotpot.php index f23a8f0ddc..92778285bd 100644 --- a/lang/en_utf8/hotpot.php +++ b/lang/en_utf8/hotpot.php @@ -114,6 +114,8 @@ $string['reportbutton'] = 'Generate report'; $string['thiscourse'] = 'This course'; $string['allmycourses'] = 'All my courses'; +$string['allusers'] = 'All users'; + $string['attemptsall'] = 'All attempts'; $string['attemptsbest'] = 'Best attempt'; $string['attemptsfirst'] = 'First attempt';