From 6e69ab8afbbdbc43dcf17a59d9c5c9b5b4439a2f Mon Sep 17 00:00:00 2001 From: gbateson Date: Sun, 1 Oct 2006 06:35:54 +0000 Subject: [PATCH] added "hotpotopens" and "hotpotcloses" for calendar events --- lang/en_utf8/hotpot.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/en_utf8/hotpot.php b/lang/en_utf8/hotpot.php index 7400fabcc7..f23a8f0ddc 100644 --- a/lang/en_utf8/hotpot.php +++ b/lang/en_utf8/hotpot.php @@ -68,6 +68,10 @@ $string['enterafilename'] = 'Please enter a file name'; $string['copytoclipboard'] = 'Copy to Clipboard'; $string['copiedtoclipboard'] = 'The contents of this page have been copied to the clipboard'; +// lib.php (calendar events) +$string['hotpotcloses'] = 'Hot Potatoes quiz closes'; +$string['hotpotopens'] = 'Hot Potatoes quiz opens'; + // lib.php (status) $string['noactivity'] = 'No activity'; $string['inprogress'] = 'In progress'; -- 2.39.5