From: thepurpleblob Date: Fri, 24 Mar 2006 14:49:13 +0000 (+0000) Subject: Added missing string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=994890ef3add474a96f3e95be70a5d70d6cef91d;p=moodle.git Added missing string --- diff --git a/lang/en_utf8/dialogue.php b/lang/en_utf8/dialogue.php index d7b2a80e3b..83301b60fa 100644 --- a/lang/en_utf8/dialogue.php +++ b/lang/en_utf8/dialogue.php @@ -46,6 +46,7 @@ $string['noavailablepeople'] = 'There is no one available to have a Dialogue wit $string['nopersonchosen'] = 'No Person Chosen'; $string['nosubject'] = 'No Subject Entered'; $string['notextentered'] = 'No Text Entered'; +$string['notavailable'] = 'Dialogues are not available to guest users'; $string['notstarted'] = 'You have not started this dialogue yet'; $string['notyetseen'] = 'Not yet seen'; $string['numberofentries'] = 'Number of entries';