Skip to content

Commit

Permalink
add localization entry for AjaxFileUpload
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailTymchukDX committed May 25, 2016
1 parent 4e31001 commit 3d19549
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AjaxControlToolkit/Scripts/AjaxFileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ Sys.Extended.UI.AjaxFileUpload.Control.prototype = {
this._currentQueueIndex = Array.indexOf(this._filesInQueue, fileItem) + 1;

this.setFileStatus(fileItem, 'uploading', Sys.Extended.UI.Resources.AjaxFileUpload_Uploading);
this.setStatusMessage('Uploading ' + this._currentQueueIndex + ' of ' + this._filesInQueue.length + ' file(s)');
this.setStatusMessage(String.format(Sys.Extended.UI.Resources.AjaxFileUpload_UploadingFileInQueue, this._currentQueueIndex, this._filesInQueue.length));
},

/// <summary>
Expand Down
Loading

0 comments on commit 3d19549

Please sign in to comment.