Skip to content

Commit

Permalink
// fileuploader.js: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEven committed Jul 10, 2014
1 parent 0441bda commit 75485a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/fileuploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ qq.FileUploaderBasic = function(o){
sizeError: "{file} is too large, maximum file size is {sizeLimit}.",
minSizeError: "{file} is too small, minimum file size is {minSizeLimit}.",
emptyError: "{file} is empty, please select files again without it.",
onLeave: "The files are being uploaded, if you leave now the upload will be cancelled."
onLeave: "The files are being uploaded, if you leave now the upload will be canceled."
},
showMessage: function(message){

Expand Down Expand Up @@ -871,7 +871,7 @@ qq.extend(qq.UploadHandlerForm.prototype, {
var input = this._inputs[id];

if (!input){
throw new Error('file with passed id was not added, or already uploaded or cancelled');
throw new Error('file with passed id was not added, or already uploaded or canceled');
}

var fileName = this.getName(id);
Expand Down

0 comments on commit 75485a7

Please sign in to comment.