mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
MDL-35288 drag and drop upload - adjust error message text when attempting to upload a folder
This commit is contained in:
parent
5d6285c220
commit
91813c1b4b
@ -34,4 +34,4 @@ $string['upload_error_no_file'] = 'No file was uploaded.';
|
||||
$string['upload_error_no_tmp_dir'] = 'PHP is missing a temporary folder.';
|
||||
$string['upload_error_cant_write'] = 'Failed to write file to disk.';
|
||||
$string['upload_error_extension'] = 'A PHP extension stopped the file upload.';
|
||||
$string['upload_error_invalid_file'] = 'The file \'{$a}\' has no data in it - did you try to upload a folder?';
|
||||
$string['upload_error_invalid_file'] = 'The file \'{$a}\' is either empty or a folder. To upload folders zip them first.';
|
Loading…
x
Reference in New Issue
Block a user