mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
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.
This commit is contained in:
parent
f61ee4e857
commit
e655cbb857
@ -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}';
|
||||
|
Loading…
x
Reference in New Issue
Block a user