summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.tokens.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.tokens.inc b/modules/system/system.tokens.inc
index 56ddf2988..a96142327 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"),