From 89908c025634f4d6c1a7cb7202c936f8cb9f18d4 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 c06e965f7d8..954aa0c028d 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -145,7 +145,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}';