From 28714aa363f433c440159ca5c32d9f505e89c7b4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 14 Dec 2009 20:38:15 +0000 Subject: - Patch #658140 by jhodgdon: various small help text fixes. --- modules/dashboard/dashboard.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dashboard') diff --git a/modules/dashboard/dashboard.module b/modules/dashboard/dashboard.module index 54434b3a1..6591f0213 100644 --- a/modules/dashboard/dashboard.module +++ b/modules/dashboard/dashboard.module @@ -9,7 +9,7 @@ function dashboard_help($path, $arg) { case 'admin/help#dashboard': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The Dashboard module provides a Dashboard page in the administrative interface for organizing administrative tasks and navigation, and tracking information within your site. The Dashboard page contains blocks, which you can add to and arrange using the drag and drop interface that appears when you click on the Customize link.', array('@dashboard' => url('admin/dashboard'))) . '

'; + $output .= '

' . t('The Dashboard module provides a Dashboard page in the administrative interface for organizing administrative tasks and navigation, and tracking information within your site. The Dashboard page contains blocks, which you can add to and arrange using the drag and drop interface that appears when you click on the Customize link. For more information, see the online handbook entry for Dashboard module.', array('@handbook' => 'http://drupal.org/handbook/modules/dashboard', '@dashboard' => url('admin/dashboard'))) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Tracking user activity') . '
'; -- cgit v1.2.3