From 68e6d47660a3e8d3c51acf8b70de4814d529c3ae Mon Sep 17 00:00:00 2001 From: kink Date: Sat, 9 Sep 2006 18:51:06 +0000 Subject: [PATCH] kilo has a small 'k'. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11687 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/strings.php b/functions/strings.php index b804a6f0..db0f25fb 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -712,7 +712,7 @@ function OneTimePadCreate ($length=100) { */ function show_readable_size($bytes) { $bytes /= 1024; - $type = 'KiB'; + $type = 'kiB'; if ($bytes / 1024 > 1) { $bytes /= 1024; -- 2.25.1