kilo has a small 'k'.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 9 Sep 2006 18:51:06 +0000 (18:51 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 9 Sep 2006 18:51:06 +0000 (18:51 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11687 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/strings.php

index b804a6f05d2192b92cb108f987e428f591e053b9..db0f25fb9489b5b894a3cc58502b48998c344953 100644 (file)
@@ -712,7 +712,7 @@ function OneTimePadCreate ($length=100) {
  */
 function show_readable_size($bytes) {
     $bytes /= 1024;
  */
 function show_readable_size($bytes) {
     $bytes /= 1024;
-    $type = 'KiB';
+    $type = 'kiB';
 
     if ($bytes / 1024 > 1) {
         $bytes /= 1024;
 
     if ($bytes / 1024 > 1) {
         $bytes /= 1024;