aboutsummaryrefslogtreecommitdiff
path: root/h-source/Library/Lang/Eng/UploadStrings.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Library/Lang/Eng/UploadStrings.php')
-rw-r--r--h-source/Library/Lang/Eng/UploadStrings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Library/Lang/Eng/UploadStrings.php b/h-source/Library/Lang/Eng/UploadStrings.php
index 00809f6..2ae4c9b 100644
--- a/h-source/Library/Lang/Eng/UploadStrings.php
+++ b/h-source/Library/Lang/Eng/UploadStrings.php
@@ -38,6 +38,7 @@ class Lang_Eng_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"
);