]> source.dussan.org Git - nextcloud-server.git/commitdiff
Files: rename 'space' to 'storage' in upload.php
authorRobin Appelman <icewind@owncloud.com>
Thu, 7 Feb 2013 22:59:14 +0000 (23:59 +0100)
committerRobin Appelman <icewind@owncloud.com>
Thu, 7 Feb 2013 22:59:14 +0000 (23:59 +0100)
apps/files/ajax/upload.php

index 676612c0e42e7f55f45d2d1f6784afbcf5b5ed68..07977f5ddf1ddb04972bd027b903429889dc04db 100644 (file)
@@ -49,7 +49,7 @@ foreach ($files['size'] as $size) {
        $totalSize += $size;
 }
 if ($totalSize > \OC\Files\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'),
                'uploadMaxFilesize' => $maxUploadFilesize,
                'maxHumanFilesize' => $maxHumanFilesize)));
        exit();