diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-08-19 15:41:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-08-19 15:41:57 +0000 |
commit | fa25c7a0ca13b57f098f0d2a2f7379ce73086723 (patch) | |
tree | dbc21e6623702f93fbb93e74b0ac33691c8b3011 /modules/block.module | |
parent | feb61eea867a51bf061c0a7067126539810c34ec (diff) | |
download | brdo-fa25c7a0ca13b57f098f0d2a2f7379ce73086723.tar.gz brdo-fa25c7a0ca13b57f098f0d2a2f7379ce73086723.tar.bz2 |
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
Diffstat (limited to 'modules/block.module')
-rw-r--r-- | modules/block.module | 2 |
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') { |