--- ElementInformationController.php.orig 2015-12-21 12:07:15.000000000 +0100 +++ ElementInformationController.php 2016-02-06 00:47:27.852262800 +0100 @@ -426,6 +426,10 @@ continue; } + if ($name == 'size') { + $this->row[$name] = GeneralUtility::formatSize($this->row[$name]); + } + // Storage is already handled above if ($this->type === 'file' && $name === 'storage') { continue;