]> source.dussan.org Git - nextcloud-server.git/commitdiff
changed a single typo. 'to' --> 'too'.
authorWilli Ballenthin <willi.ballenthin@gmail.com>
Wed, 9 Jun 2010 17:24:57 +0000 (13:24 -0400)
committerWilli Ballenthin <willi.ballenthin@gmail.com>
Wed, 9 Jun 2010 17:24:57 +0000 (13:24 -0400)
js/lib_files.js

index aa70120e5e14ef94cee2265730ecf6483d4d6b6f..74a636cc0bc796bc8427dbb455e6ca16670f97c6 100755 (executable)
@@ -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;
                }
        }