From 7676e965b9eb2f6e4ed53b57e8e44ef1a8307038 Mon Sep 17 00:00:00 2001 From: gbateson Date: Fri, 6 Oct 2006 03:46:46 +0000 Subject: [PATCH] added $string['allusers'] = 'All users'; for "hotpot/report.php" --- lang/en_utf8/hotpot.php | 2 ++ 1 file changed, 2 insertions(+) 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'; -- 2.39.5