From: danmarsden Date: Fri, 18 Jan 2008 00:38:12 +0000 (+0000) Subject: fix for MDL-7128 lang file. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f8e048a139a2fa25a45c3a273b5946b57682faee;p=moodle.git fix for MDL-7128 lang file. --- 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';