From f55900359dfc93d65823fe5de6f96f1e0896be60 Mon Sep 17 00:00:00 2001 From: koenr Date: Mon, 16 Oct 2006 22:49:32 +0000 Subject: [PATCH] strings necessary for 1.6 should not be deleted or altered since translations are not branched --- lang/en_utf8/hotpot.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en_utf8/hotpot.php b/lang/en_utf8/hotpot.php index 5854358cbc..c7a0d96c76 100644 --- a/lang/en_utf8/hotpot.php +++ b/lang/en_utf8/hotpot.php @@ -111,6 +111,9 @@ $string['reportformat'] = 'Format'; $string['reportbutton'] = 'Generate report'; +$string['thiscourse'] = 'This course'; //necessary for 1.6 and older +$string['allmycourses'] = 'All my courses'; //necessary for 1.6 and older + $string['allusers'] = 'All users'; $string['attemptsall'] = 'All attempts'; -- 2.39.5