diff options
author | Willi Ballenthin <willi.ballenthin@gmail.com> | 2010-06-09 13:24:57 -0400 |
---|---|---|
committer | Willi Ballenthin <willi.ballenthin@gmail.com> | 2010-06-09 13:24:57 -0400 |
commit | 9ac8c324ed61ea55230da85f4e1234093135ab55 (patch) | |
tree | 4a1feba1db26591327069211ea604b305de1a373 /js | |
parent | 56dfcce9b97084476b0637a70b468e4e0aa0f75d (diff) | |
download | nextcloud-server-9ac8c324ed61ea55230da85f4e1234093135ab55.tar.gz nextcloud-server-9ac8c324ed61ea55230da85f4e1234093135ab55.zip |
changed a single typo. 'to' --> 'too'.
Diffstat (limited to 'js')
-rwxr-xr-x | js/lib_files.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |