Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct byte -> file
  • Loading branch information
reebalazs committed Jun 21, 2014
1 parent 6b96382 commit dbfe90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substanced/folder/static/js/multiupload.js
Expand Up @@ -127,7 +127,7 @@

$('#fileupload-global-count').text(
'' + this.count +
' byte' + (this.count >= 2 ? 's' : '')
' file' + (this.count >= 2 ? 's' : '')
);
$('#fileupload-global-size').text(sizeToText(this.size, 'B'));
// Also update the global progress bar.
Expand Down

0 comments on commit dbfe90e

Please sign in to comment.