From ad50eae794bf89191fbdc3165c9c3b45081849ed Mon Sep 17 00:00:00 2001 From: Amy Groshek Date: Wed, 14 Nov 2012 09:44:42 +0800 Subject: [PATCH] MDL-36540 - Survey language pack typo --- 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 9c61c5869a5f0..8f793d76d5d4a 100644 --- a/mod/survey/lang/en/survey.php +++ b/mod/survey/lang/en/survey.php @@ -252,4 +252,4 @@ $string['time'] = 'Time'; $string['viewsurveyresponses'] = 'View {$a} survey responses'; $string['notyetanswered'] = 'Not yet answered'; -$string['allquestionrequireanswer'] = 'All questions are required and must be answered'; +$string['allquestionrequireanswer'] = 'All questions are required and must be answered.';