summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-07 17:29:09 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-07 17:29:09 +0000
commit92ad427474930a52a1997486678f4e65cef24a1b (patch)
tree679f207d08abc6f502761a6cdeebca7090e990e5 /modules/path
parent2893abcc62e5e5bc4ab0794e3267c5fef7619d10 (diff)
downloadbrdo-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/path')
-rw-r--r--modules/path/path.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.module b/modules/path/path.module
index 8f9990300..3ec28721b 100644
--- a/modules/path/path.module
+++ b/modules/path/path.module
@@ -18,7 +18,7 @@ function path_help($path, $arg) {
$output .= '<h3>' . t('Uses') . '</h3>';
$output .= '<dl>';
$output .= '<dt>' . t('Creating aliases') . '</dt>';
- $output .= '<dd>' . t('Users with sufficient <a href="@permissions">permissions</a> can create aliases under the <em>URL path settings</em> section when they create or edit content. Some examples of aliases are: ', array('@permissions' => url('admin/config/people/permissions', array('fragment' => 'module-path'))));
+ $output .= '<dd>' . t('Users with sufficient <a href="@permissions">permissions</a> can create aliases under the <em>URL path settings</em> section when they create or edit content. Some examples of aliases are: ', array('@permissions' => url('admin/people/permissions', array('fragment' => 'module-path'))));
$output .= '<ul><li>' . t('<em>member/jane-smith</em> aliased to internal path <em>user/123</em>') . '</li>';
$output .= '<li>' . t('<em>about-us/team</em> aliased to internal path <em>node/456</em>') . '</li>';
$output .= '</ul></dd>';