diff options
Diffstat (limited to 'modules/path.module')
-rw-r--r-- | modules/path.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/path.module b/modules/path.module index 8b9705945..c8a3caff2 100644 --- a/modules/path.module +++ b/modules/path.module @@ -14,9 +14,9 @@ function path_help($section) { case 'admin/modules#description': return t('Enables users to rename URLs.'); case 'admin/path': - return t("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."); + 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': - return t('Enter the path you wish to create the alias for, followed by the name of the new alias.'); + return t('<p>Enter the path you wish to create the alias for, followed by the name of the new alias.</p>'); case 'admin/help#path': return t(" <h3>Background</h3> |