From 92ad427474930a52a1997486678f4e65cef24a1b Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 7 Feb 2010 17:29:09 +0000 Subject: #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people. --- modules/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path') 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 .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Creating aliases') . '
'; - $output .= '
' . t('Users with sufficient permissions can create aliases under the URL path settings section when they create or edit content. Some examples of aliases are: ', array('@permissions' => url('admin/config/people/permissions', array('fragment' => 'module-path')))); + $output .= '
' . t('Users with sufficient permissions can create aliases under the URL path settings section when they create or edit content. Some examples of aliases are: ', array('@permissions' => url('admin/people/permissions', array('fragment' => 'module-path')))); $output .= '
  • ' . t('member/jane-smith aliased to internal path user/123') . '
  • '; $output .= '
  • ' . t('about-us/team aliased to internal path node/456') . '
  • '; $output .= '
'; -- cgit v1.2.3