summaryrefslogtreecommitdiff
path: root/modules/dashboard/dashboard.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/dashboard.module')
-rw-r--r--modules/dashboard/dashboard.module3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/dashboard/dashboard.module b/modules/dashboard/dashboard.module
index 6591f0213..c251b5c69 100644
--- a/modules/dashboard/dashboard.module
+++ b/modules/dashboard/dashboard.module
@@ -476,11 +476,10 @@ function theme_dashboard_disabled_block($variables) {
*/
function _dashboard_get_default_string($key) {
$defaults = array(
- 'dashboard_empty_region_text_inactive' => 'This dashboard region is empty, click customize to add blocks to it.',
+ 'dashboard_empty_region_text_inactive' => 'This dashboard region is empty. Click <em>Customize</em> to add blocks to it.',
'dashboard_empty_block_text' => '(empty)',
'dashboard_empty_region_text_active' => 'DRAG HERE',
);
return t(variable_get($key, $defaults[$key]));
-
}