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 2979a4b20..7a755f7e7 100644
--- a/modules/block.module
+++ b/modules/block.module
@@ -167,7 +167,7 @@ function block_admin_display() {
$formats[$box->bid] = $box->format;
}
- $header = array(t('block'), t('enabled'), t('custom'), t('throttle'), t('weight'), t('region'), t('path'), array('data' => t('operations'), 'colspan' => 2));
+ $header = array(t('Block'), t('Enabled'), t('Custom'), t('Throttle'), t('Weight'), t('Region'), t('Path'), array('data' => t('Operations'), 'colspan' => 2));
foreach ($blocks as $block) {
if ($block['module'] == 'block') {