From f8e048a139a2fa25a45c3a273b5946b57682faee Mon Sep 17 00:00:00 2001 From: danmarsden Date: Fri, 18 Jan 2008 00:38:12 +0000 Subject: [PATCH] fix for MDL-7128 lang file. --- lang/en_utf8/choice.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/choice.php b/lang/en_utf8/choice.php index bc0a1160f1..a2367df6ab 100644 --- a/lang/en_utf8/choice.php +++ b/lang/en_utf8/choice.php @@ -11,6 +11,7 @@ $string['choice:deleteresponses'] = 'Delete responses'; $string['choice:downloadresponses'] = 'Download responses'; $string['choice:readresponses'] = 'Read responses'; $string['choiceclose'] = 'Until'; +$string['choicefull'] = 'This choice is full and there are no available places.'; $string['choicename'] = 'Choice name'; $string['choiceopen'] = 'Open'; $string['choicetext'] = 'Choice text'; -- 2.39.5