diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-18 11:16:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-18 11:16:51 +0000 |
commit | 85c2afe4cd3741bd468756d8c620290abec90dcd (patch) | |
tree | a43e1cded1a58938b9875cc7ca4395070de8b89b /modules/path/path.module | |
parent | ba4225921a566e6935d0b08a68bd9913aa290d91 (diff) | |
download | brdo-85c2afe4cd3741bd468756d8c620290abec90dcd.tar.gz brdo-85c2afe4cd3741bd468756d8c620290abec90dcd.tar.bz2 |
- Patch #103969 by Gabor: documentation corrections.
Diffstat (limited to 'modules/path/path.module')
-rw-r--r-- | modules/path/path.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.module b/modules/path/path.module index 81a5ad28f..2f78032be 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -21,7 +21,7 @@ function path_help($section) { <li>node/3 => contact</li> </ul> '); - $output .= '<p>'. t('The path module enables an extra field for aliases in all node input and editing forms (when users have the appropriate permissions). It also provides an interface to view and edit all URL aliases. The two permissions are related to URL aliasing are "administer a list of URL aliases" and "add url aliases". ') .'</p>'; + $output .= '<p>'. t('The path module enables an extra field for aliases in all node input and editing forms (when users have the appropriate permissions). It also provides an interface to view and edit all URL aliases. The two permissions related to URL aliasing are "administer url aliases" and "create url aliases". ') .'</p>'; $output .= '<p>'. t('This module also comes with user-defined mass URL aliasing capabilities, which is useful if you wish to uniformly use URLs different from the default. For example, you may want to have your URLs presented in a different language. Access to the Drupal source code on the web server is required to set up these kinds of aliases. ') .'</p>'; $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@path">Path page</a>.', array('@path' => 'http://drupal.org/handbook/modules/path/')) .'</p>'; return $output; |