From: koenr Date: Mon, 16 Oct 2006 22:49:32 +0000 (+0000) Subject: strings necessary for 1.6 should not be deleted or altered since translations are... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f55900359dfc93d65823fe5de6f96f1e0896be60;p=moodle.git strings necessary for 1.6 should not be deleted or altered since translations are not branched --- 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';