]> source.dussan.org Git - nextcloud-server.git/commitdiff
rename space -> storage
authorThomas Mueller <thomas.mueller@tmit.eu>
Thu, 17 Jan 2013 15:49:10 +0000 (16:49 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Thu, 17 Jan 2013 15:49:10 +0000 (16:49 +0100)
apps/files/ajax/upload.php

index 2a2d935da6c6f78314e8cb4fa3690e2743c2dd6d..b6705db671227cc09437660dac15526f752bac22 100644 (file)
@@ -42,7 +42,7 @@ foreach($files['size'] as $size) {
        $totalSize+=$size;
 }
 if($totalSize>OC_Filesystem::free_space($dir)) {
-       OCP\JSON::error(array('data' => array( 'message' => $l->t( 'Not enough space available' ))));
+       OCP\JSON::error(array('data' => array( 'message' => $l->t( 'Not enough storage available' ))));
        exit();
 }