Browse Source

Upgrade to release v4.1.8

Kartik Visweswaran 10 years ago
parent
commit
9bb7f42535
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -869,9 +869,9 @@ _string_ the progress message displayed in caption window when multiple (more th
 - `{n}`: the number of files selected.
 
 ### msgFoldersNotAllowed
-_string_ the progress message displayed in caption window when multiple (more than one) files are selected. Defaults to `{n} files selected`. The following variables will be replaced:
+_string_ he message displayed when a folder has been dragged to the drop zone. Defaults to `Drag & drop files only! {n} folder(s) dropped were skipped.`. The following variables will be replaced The following variables will be replaced:
 
-- `{n}`: the number of files selected.
+- `{n}`: the number of folders dropped.
 
 ### progressClass
 _string_ the upload progress bar CSS class to be applied when AJAX upload is in process (applicable only for ajax uploads). Defaults to `progress-bar progress-bar-success progress-bar-striped active`.