diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-04-01 15:55:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-04-01 15:55:02 +0000 |
commit | a3e9b35afc1716969bfc75ba31df169bbeb28cb5 (patch) | |
tree | 4f56fdcbd6eb975a9a2b9a3bffcb2fd424b76b44 /modules/path/path.module | |
parent | 71c021c6f70b2a16ea210a554344645a638db636 (diff) | |
download | brdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.gz brdo-a3e9b35afc1716969bfc75ba31df169bbeb28cb5.tar.bz2 |
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
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 ba2251490..ecda91ed2 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -12,7 +12,7 @@ function path_help($section) { switch ($section) { case 'admin/modules#description': - return t('Enables users to rename URLs.'); + return t('Allows users to rename URLs.'); case 'admin/path': return t("<p>Drupal provides users complete control over URLs through aliasing. This feature is typically used to make URLs human-readable or easy to remember. For example, one could map the relative URL 'node/1' onto 'about'. Each system path can have multiple aliases.</p>"); case 'admin/path/add': |