diff --git a/modules/dashboard/dashboard.info b/modules/dashboard/dashboard.info index 876b8a9ea6f9..71004b4158be 100644 --- a/modules/dashboard/dashboard.info +++ b/modules/dashboard/dashboard.info @@ -1,6 +1,6 @@ ; $Id$ name = Dashboard -description = A module that provides a dashboard interface for organizing and tracking various information within your site. +description = Provides a dashboard page in the administrative interface for organizing administrative tasks and tracking information within your site. core = 7.x package = Core version = VERSION diff --git a/modules/dashboard/dashboard.module b/modules/dashboard/dashboard.module index e7091fe4dc96..5fd5d6ac8ede 100644 --- a/modules/dashboard/dashboard.module +++ b/modules/dashboard/dashboard.module @@ -1,6 +1,26 @@ ' . 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 poll module can be used to create simple polls for site users. A poll is a simple, multiple choice questionnaire which displays the cumulative results of the answers to the poll. Having polls on the site is a good way to receive feedback from community members.') . '
'; - $output .= '' . t('When creating a poll, enter the question being posed, as well as the potential choices (and beginning vote counts for each choice). The status and duration (length of time the poll remains active for new votes) can also be specified. Use the poll menu item to view all current polls. To vote in or view the results of a specific poll, click on the poll itself.', array('@poll' => url('poll'))) . '
'; - $output .= '' . t('For more information, see the online handbook entry for Poll module.', array('@poll' => 'http://drupal.org/handbook/modules/poll/')) . '
'; + $output = ''; + $output .= '' . t('The Poll module can be used to create simple surveys or questionnaires which display the cumulative results. A poll is a good way to receive feedback from site users and community members. For more information, see the online handbook entry for the Poll module.', array('@poll' => 'http://drupal.org/handbook/modules/poll/')) . '
'; + $output .= '