diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-07 17:29:09 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-07 17:29:09 +0000 |
commit | 92ad427474930a52a1997486678f4e65cef24a1b (patch) | |
tree | 679f207d08abc6f502761a6cdeebca7090e990e5 /modules/node/node.module | |
parent | 2893abcc62e5e5bc4ab0794e3267c5fef7619d10 (diff) | |
download | brdo-92ad427474930a52a1997486678f4e65cef24a1b.tar.gz brdo-92ad427474930a52a1997486678f4e65cef24a1b.tar.bz2 |
#699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 7d8289d9c..426a25b9f 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -94,7 +94,7 @@ function node_help($path, $arg) { $output .= '<dt>' . t('Creating revisions') . '</dt>'; $output .= '<dd>' . t('The Node module also enables you to create multiple versions of any content, and revert to older versions using the <em>Revision information</em> settings.') . '</dd>'; $output .= '<dt>' . t('User permissions') . '</dt>'; - $output .= '<dd>' . t('The Node module makes a number of permissions available for each content type, which can be set by role on the <a href="@permissions">permissions page</a>.', array('@permissions' => url('admin/config/people/permissions', array('fragment' => 'module-node')))) . '</dd>'; + $output .= '<dd>' . t('The Node module makes a number of permissions available for each content type, which can be set by role on the <a href="@permissions">permissions page</a>.', array('@permissions' => url('admin/people/permissions', array('fragment' => 'module-node')))) . '</dd>'; $output .= '</dl>'; return $output; |