From 8b57f3bf132185436003df88e34fed0c37ce23c1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 1 Feb 2010 07:03:28 +0000 Subject: #633086 follow-up by David_Rothstein: Small clarification in interface text. --- modules/dashboard/dashboard.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 = '

' . t('Drag and drop these to the columns below. Changes are automatically saved.') . '

'; + $output = '

' . t('Drag and drop these blocks to the columns below. Changes are automatically saved.') . '

'; $output .= '
'; foreach ($blocks as $block) { $output .= theme('dashboard_disabled_block', array('block' => $block)); -- cgit v1.2.3