From 19f2765be299cf377da839c28bf5b4c9de65e762 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 19 Jun 2014 11:32:37 +0800 Subject: [PATCH] MDL-46035 mod_survey: a string change to make an error message always correct --- mod/survey/lang/en/survey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/survey/lang/en/survey.php b/mod/survey/lang/en/survey.php index 61280578010..c7826ccca6d 100644 --- a/mod/survey/lang/en/survey.php +++ b/mod/survey/lang/en/survey.php @@ -200,7 +200,7 @@ $string['editingasurvey'] = 'Editing a survey'; $string['eventreportdownloaded'] = 'Survey report downloaded'; $string['eventreportviewed'] = 'Survey report viewed'; $string['eventresponsesubmitted'] = 'Survey response submitted'; -$string['guestsnotallowed'] = 'Guests are not allowed to submit surveys'; +$string['guestsnotallowed'] = 'Only enrolled users are able to submit surveys'; $string['howlong'] = 'How long did this survey take you to complete?'; $string['howlongoptions'] = 'under 1 min,1-2 min,2-3 min,3-4 min,4-5-min,5-10 min,more than 10'; $string['ifoundthat'] = 'I found that';