summaryrefslogtreecommitdiff
path: root/modules/path.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path.module')
-rw-r--r--modules/path.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path.module b/modules/path.module
index ba2251490..ecda91ed2 100644
--- a/modules/path.module
+++ b/modules/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':