From: Willi Ballenthin Date: Wed, 9 Jun 2010 17:24:57 +0000 (-0400) Subject: changed a single typo. 'to' --> 'too'. X-Git-Tag: v3.0~372 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9ac8c324ed61ea55230da85f4e1234093135ab55;p=nextcloud-server.git changed a single typo. 'to' --> 'too'. --- diff --git a/js/lib_files.js b/js/lib_files.js index aa70120e5e1..74a636cc0bc 100755 --- a/js/lib_files.js +++ b/js/lib_files.js @@ -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; } }