From f39aaadb35bed9b6cf0c5547d1b1c17771a333be Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Fri, 5 Apr 2013 14:20:45 +0800 Subject: [PATCH] MDL-38933 Assign - improved wording for help string. --- mod/assign/lang/en/assign.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/assign/lang/en/assign.php b/mod/assign/lang/en/assign.php index 38e96b4235c..f9cfea26204 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -69,7 +69,7 @@ $string['attemptnumber'] = 'Attempt number'; $string['attempthistory'] = 'Previous attempts'; $string['attemptsettings'] = 'Attempt settings'; $string['attemptreopenmethod'] = 'Attempts reopened'; -$string['attemptreopenmethod_help'] = 'Determines how student submission attempts are reopened. The available options are: '; +$string['attemptreopenmethod_help'] = 'Determines how student submission attempts are reopened. The available options are: '; $string['attemptreopenmethod_manual'] = 'Manually'; $string['attemptreopenmethod_none'] = 'Never'; $string['attemptreopenmethod_untilpass'] = 'Automatically until pass';