summaryrefslogtreecommitdiff
path: root/modules/shortcut/shortcut.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-14 20:38:15 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-14 20:38:15 +0000
commit28714aa363f433c440159ca5c32d9f505e89c7b4 (patch)
treeaae6caa77d3dbd833ef4f5ca5724d24bb35bd734 /modules/shortcut/shortcut.module
parent378d39f4bcb9bf6878974ff1d3bf956284062fd4 (diff)
downloadbrdo-28714aa363f433c440159ca5c32d9f505e89c7b4.tar.gz
brdo-28714aa363f433c440159ca5c32d9f505e89c7b4.tar.bz2
- Patch #658140 by jhodgdon: various small help text fixes.
Diffstat (limited to 'modules/shortcut/shortcut.module')
-rw-r--r--modules/shortcut/shortcut.module2
1 files changed, 1 insertions, 1 deletions
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 = '<h3>' . t('About') . '</h3>';
- $output .= '<p>' . t('The Shortcut module allows users to create sets of <em>shortcut</em> links to commonly-visited pages of the site. Shortcuts are contained within <em>sets</em>, and each user with <em>switch shortcut sets</em> permissions can select a preferred set of shortcuts. For more information, see the online handbook entry for <a href="@shortcut">Shortcut module</a>.', array('@shortcut' => 'http://drupal.org/handbook/modules/shortcut/')) . '</p>';
+ $output .= '<p>' . t('The Shortcut module allows users to create sets of <em>shortcut</em> links to commonly-visited pages of the site. Shortcuts are contained within <em>sets</em>, and each user with <em>Select own shortcut set</em> permission can select a preferred set of shortcuts. For more information, see the online handbook entry for <a href="@shortcut">Shortcut module</a>.', array('@shortcut' => 'http://drupal.org/handbook/modules/shortcut/')) . '</p>';
$output .= '<h3>' . t('Uses') . '</h3>';
$output .= '<dl><dt>' . t('Creating and modifying shortcuts and sets') . '</dt>';
$output .= '<dd>' . t('Users with the appropriate permissions can manage shortcut sets, choose a preferred shortcut set, and edit the shortcuts within sets from the <a href="@shortcuts">Shortcuts administration page</a>.', array('@shortcuts' => url('admin/config/system/shortcut'))) . '</dd>';