diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-01 07:03:28 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-01 07:03:28 +0000 |
commit | 8b57f3bf132185436003df88e34fed0c37ce23c1 (patch) | |
tree | 3e3906fd7bccd3e2b47610ae642a19761082d286 | |
parent | 14dee546b5b226c3e62de02564e943a7e6a8c0b0 (diff) | |
download | brdo-8b57f3bf132185436003df88e34fed0c37ce23c1.tar.gz brdo-8b57f3bf132185436003df88e34fed0c37ce23c1.tar.bz2 |
#633086 follow-up by David_Rothstein: Small clarification in interface text.
-rw-r--r-- | modules/dashboard/dashboard.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard/dashboard.module b/modules/dashboard/dashboard.module index 2b9668b9e..ebf03855b 100644 --- a/modules/dashboard/dashboard.module +++ b/modules/dashboard/dashboard.module @@ -437,7 +437,7 @@ function theme_dashboard_region($variables) { */ function theme_dashboard_disabled_blocks($variables) { extract($variables); - $output = '<div class="canvas-content"><p>' . t('Drag and drop these to the columns below. Changes are automatically saved.') . '</p>'; + $output = '<div class="canvas-content"><p>' . t('Drag and drop these blocks to the columns below. Changes are automatically saved.') . '</p>'; $output .= '<div id="disabled-blocks"><div class="section region disabled-blocks clearfix">'; foreach ($blocks as $block) { $output .= theme('dashboard_disabled_block', array('block' => $block)); |