diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-03-05 23:00:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-03-05 23:00:32 +0000 |
commit | 344f33f6af7ad9739913d932b73d8d6575aafff8 (patch) | |
tree | b969310a200b7902a366b9080d959d19e87950b7 /modules | |
parent | ebc7c0dfe0a6b4dc4da06a9171adc83be59e79f5 (diff) | |
download | brdo-344f33f6af7ad9739913d932b73d8d6575aafff8.tar.gz brdo-344f33f6af7ad9739913d932b73d8d6575aafff8.tar.bz2 |
- Patch by Neil: fixed typo.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/block.module | 2 | ||||
-rw-r--r-- | modules/block/block.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/block.module b/modules/block.module index 733e9a3e4..2f7a97419 100644 --- a/modules/block.module +++ b/modules/block.module @@ -230,7 +230,7 @@ function block_admin_display() { $rows = array_merge($rows, $left); } if (count($right)) { - $rows[] = array(array('data' => t('Right sidabar'), 'class' => 'region', 'colspan' => (module_exist('throttle') ? 7 : 6))); + $rows[] = array(array('data' => t('Right sidebar'), 'class' => 'region', 'colspan' => (module_exist('throttle') ? 7 : 6))); $rows = array_merge($rows, $right); } if (count($disabled)) { diff --git a/modules/block/block.module b/modules/block/block.module index 733e9a3e4..2f7a97419 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -230,7 +230,7 @@ function block_admin_display() { $rows = array_merge($rows, $left); } if (count($right)) { - $rows[] = array(array('data' => t('Right sidabar'), 'class' => 'region', 'colspan' => (module_exist('throttle') ? 7 : 6))); + $rows[] = array(array('data' => t('Right sidebar'), 'class' => 'region', 'colspan' => (module_exist('throttle') ? 7 : 6))); $rows = array_merge($rows, $right); } if (count($disabled)) { |