diff options
Diffstat (limited to 'h-source/Library/Lang/En/UploadStrings.php')
-rw-r--r-- | h-source/Library/Lang/En/UploadStrings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Library/Lang/En/UploadStrings.php b/h-source/Library/Lang/En/UploadStrings.php index cc4129e..61bc0c5 100644 --- a/h-source/Library/Lang/En/UploadStrings.php +++ b/h-source/Library/Lang/En/UploadStrings.php @@ -38,6 +38,7 @@ class Lang_En_UploadStrings extends Lang_ResultStrings { "no-upload-file" => "<div class='alert'>There is no file to upload</div>\n", "size-over" => "<div class='alert'>The size of the file is too big</div>\n", "not-allowed-ext" => "<div class='alert'>The extension of the file you want to upload is not allowed</div>\n", + "not-allowed-mime-type" => "<div class='alert'>The MIME type of the file you want to upload is not allowed</div>\n", "file-exists" => "<div class='alert'>The file is already present in the current folder</div>\n" ); |