diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-03-26 11:28:49 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-03-26 11:28:49 -0700 |
commit | 4fb8e143a321f0fd689db87162cecfae029b0f24 (patch) | |
tree | 8e96a2bdb28eb01bc6e5668064d621560e8596aa /modules/shortcut/shortcut.module | |
parent | e224129315a72d5e42ccf889bdf9c66b44775d34 (diff) | |
download | brdo-4fb8e143a321f0fd689db87162cecfae029b0f24.tar.gz brdo-4fb8e143a321f0fd689db87162cecfae029b0f24.tar.bz2 |
Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages
Diffstat (limited to 'modules/shortcut/shortcut.module')
-rw-r--r-- | modules/shortcut/shortcut.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shortcut/shortcut.module b/modules/shortcut/shortcut.module index f8ddcc24f..4c67a1416 100644 --- a/modules/shortcut/shortcut.module +++ b/modules/shortcut/shortcut.module @@ -22,7 +22,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>. Each user with <em>Select any shortcut set</em> permission can select a shortcut set created by anyone at the site. 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>. Each user with <em>Select any shortcut set</em> permission can select a shortcut set created by anyone at the site. For more information, see the online handbook entry for <a href="@shortcut">Shortcut module</a>.', array('@shortcut' => 'http://drupal.org/documentation/modules/shortcut/')) . '</p>'; $output .= '<h3>' . t('Uses') . '</h3>'; $output .= '<dl><dt>' . t('Administering shortcuts') . '</dt>'; $output .= '<dd>' . t('Users with the <em>Administer shortcuts</em> permission can manage shortcut sets and edit the shortcuts within sets from the <a href="@shortcuts">Shortcuts administration page</a>.', array('@shortcuts' => url('admin/config/user-interface/shortcut'))) . '</dd>'; |