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/shortcut/shortcut.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/shortcut/shortcut.module') diff --git a/modules/shortcut/shortcut.module b/modules/shortcut/shortcut.module index 4bccd5680..a442bc00a 100644 --- a/modules/shortcut/shortcut.module +++ b/modules/shortcut/shortcut.module @@ -21,7 +21,7 @@ function shortcut_help($path, $arg) { switch ($path) { case 'admin/help#shortcut': $output = '

' . t('About') . '

'; - $output .= '

' . t('The Shortcut module allows users to create sets of shortcut links to commonly-visited pages of the site. Shortcuts are contained within sets, and each user with switch shortcut sets permissions can select a preferred set of shortcuts. For more information, see the online handbook entry for Shortcut module.', array('@shortcut' => 'http://drupal.org/handbook/modules/shortcut/')) . '

'; + $output .= '

' . t('The Shortcut module allows users to create sets of shortcut links to commonly-visited pages of the site. Shortcuts are contained within sets, and each user with Select own shortcut set permission can select a preferred set of shortcuts. For more information, see the online handbook entry for Shortcut module.', array('@shortcut' => 'http://drupal.org/handbook/modules/shortcut/')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
' . t('Creating and modifying shortcuts and sets') . '
'; $output .= '
' . t('Users with the appropriate permissions can manage shortcut sets, choose a preferred shortcut set, and edit the shortcuts within sets from the Shortcuts administration page.', array('@shortcuts' => url('admin/config/system/shortcut'))) . '
'; -- cgit v1.2.3