X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/435b31ba4f3597cc7a43270cd4a54fb0180956c1..d4a339871d8f40ccd9f086becfdd8a6c615700d9:/src/eu/alefzero/owncloud/DisplayUtils.java diff --git a/src/eu/alefzero/owncloud/DisplayUtils.java b/src/eu/alefzero/owncloud/DisplayUtils.java index 40bcb5e8..08afd65d 100644 --- a/src/eu/alefzero/owncloud/DisplayUtils.java +++ b/src/eu/alefzero/owncloud/DisplayUtils.java @@ -35,7 +35,7 @@ public class DisplayUtils { attachedsuff++; } result = ((int) (result * 100)) / 100.; - return result + suffixes[attachedsuff]; + return result + " " + suffixes[attachedsuff]; } public static String HtmlDecode(String s) {