diff options
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': |