summaryrefslogtreecommitdiff
path: root/modules/path/path.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2003-10-23 16:41:07 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2003-10-23 16:41:07 +0000
commite739f3a6626bdf05b5b32c048dfd60591ac9d5fe (patch)
tree6a3d9876750f019714385e8a32f0a7f21b997478 /modules/path/path.module
parentf2fe2f02558b0d1823d17a6354b92ae00df2b28e (diff)
downloadbrdo-e739f3a6626bdf05b5b32c048dfd60591ac9d5fe.tar.gz
brdo-e739f3a6626bdf05b5b32c048dfd60591ac9d5fe.tar.bz2
Typoes.
Diffstat (limited to 'modules/path/path.module')
-rw-r--r--modules/path/path.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.module b/modules/path/path.module
index 29cc81ddc..6022ccdee 100644
--- a/modules/path/path.module
+++ b/modules/path/path.module
@@ -116,7 +116,7 @@ function path_help($section = "admin/help#path") {
$output = t("Enter the path you wish to create the alias for, followed by the name of the new alias. Each path can be associated with only one alias.");
break;
case "admin/help#path":
- $output .= "<h3>Background</h3><p>URL aliasing gives users the ability to have control over all Drupal paths. This functionality will integrate seamlessly into node forms and also provide the administrator an interface to view all aliases that have been created.</p><p>Aliases have a 1 to 1 relationship with their original Drupal URLs. In otherwards you cannot have an alias map to more than one path. Likewise, a Drupal URL can't be mapped to more than one alias.</p>";
+ $output .= "<h3>Background</h3><p>URL aliasing gives users the ability to have control over all Drupal paths. This functionality integrates seamlessly into node forms and also provides the administrator an interface to view all aliases that have been created.</p><p>Aliases have a 1 to 1 relationship with their original Drupal URLs. In other words you cannot have an alias map to more than one path. Likewise, a Drupal URL can't be mapped to more than one alias.</p>";
$output .= "<h3>Permissions</h3><p>Two new permissions are introduced for aliasing URLs: <i>create url aliases</i> and <i>administer url aliases</i>.</p>";
$output .= "<ol>";
$output .= "<li><b>create url aliases</b> - Allows users to create aliases for nodes. Enabling this permission will display a new path field to the user in any node form, allowing them to enter an alias for that node. They will be able to edit/delete the alias after it is created using the same form.</li>";