changed a single typo. 'to' --> 'too'.

remotes/origin/stable
Willi Ballenthin 14 years ago
parent 56dfcce9b9
commit 9ac8c324ed

@ -102,7 +102,7 @@ OC_FILES.upload=function(dir,iframeId){
if(fileSelector.files && fileSelector.files[0].fileSize){
var size=fileSelector.files[0].fileSize;
if(size>max_upload){
new OCNotification('File to large',10000)
new OCNotification('File too large',10000)
return false;
}
}

Loading…
Cancel
Save