From e655cbb857c46c7f4565fd95d2d84d79e1112551 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Wed, 4 Jul 2018 12:10:32 +0800 Subject: [PATCH] MDL-62831 mod_assign: Download as folders help The help string for the download as folders setting should not mention the number of files submitted by the student. It is not related to that, it is only dependant on the value of this setting. --- 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 8e606c769b7..fa06a71f5d1 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -146,7 +146,7 @@ $string['disabled'] = 'Disabled'; $string['downloadall'] = 'Download all submissions'; $string['download all submissions'] = 'Download all submissions in a zip file.'; $string['downloadasfolders'] = 'Download submissions in folders'; -$string['downloadasfolders_help'] = 'If the assignment submission is more than a single file, then submissions may be downloaded in folders. Each submission is put in a separate folder, with the folder structure kept for any subfolders, and files are not renamed.'; +$string['downloadasfolders_help'] = 'Assignment submissions may be downloaded in folders. Each submission is then put in a separate folder, with the folder structure kept for any subfolders, and files are not renamed.'; $string['downloadselectedsubmissions'] = 'Download selected submissions'; $string['duedate'] = 'Due date'; $string['duedatecolon'] = 'Due date: {$a}';