@ -232,7 +232,7 @@ class OC_Helper {
public static function humanFileSize( $bytes ) {
if( $bytes < 0 ) {
$l = OC_L10N::get('lib');
return $l->t("couldn't be determined");
return "?";
}
if( $bytes < 1024 ) {
return "$bytes B";