summaryrefslogtreecommitdiff
path: root/modules/block.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block.module')
-rw-r--r--modules/block.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block.module b/modules/block.module
index 638f0dc08..5c7ab47f7 100644
--- a/modules/block.module
+++ b/modules/block.module
@@ -39,7 +39,7 @@ function block_help() {
}
function block_system($field){
- $system["description"] = t("Displays content in small boxes, generally along the side of the page.");
+ $system["description"] = t("Controls the boxes that are displayed around the main content.");
return $system[$field];
}