From db5ac75c641b40877c3c6b6cb22b5280dcc95f0e Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Fri, 26 Aug 2011 10:36:50 +0100 Subject: [PATCH] - Patch #1193044 by Dave Reid: the [file:size] token may not always return in KB, despite description. --- modules/system/system.tokens.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system.tokens.inc b/modules/system/system.tokens.inc index 56ddf298804a..a96142327815 100644 --- a/modules/system/system.tokens.inc +++ b/modules/system/system.tokens.inc @@ -98,7 +98,7 @@ function system_token_info() { ); $file['size'] = array( 'name' => t("File size"), - 'description' => t("The size of the file, in kilobytes."), + 'description' => t("The size of the file."), ); $file['url'] = array( 'name' => t("URL"), -- GitLab