From e0fa7911e27c24915dd9524c3c53013a3ebb0d0d 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 ea1fbb640441d..028ca08b2bc3b 100644 --- a/mod/survey/lang/en/survey.php +++ b/mod/survey/lang/en/survey.php @@ -256,4 +256,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.';