rename space -> storage

This commit is contained in:
Thomas Mueller 2013-01-17 16:49:10 +01:00
parent 7fe8fb4248
commit b7d3bf5f81
1 changed files with 1 additions and 1 deletions

View 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();
}