diff options
-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)) { |