diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-23 22:20:41 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-23 22:20:41 +0000 |
commit | 9574766ad8f8810baf42a81ae105984254f0fc0a (patch) | |
tree | 12a5015957b5d6cdb3c4f24680a5bf23bab0e67c /modules/path/path.module | |
parent | e19a3cf42d73942e37ca644f8ba5fa271b983e3d (diff) | |
download | brdo-9574766ad8f8810baf42a81ae105984254f0fc0a.tar.gz brdo-9574766ad8f8810baf42a81ae105984254f0fc0a.tar.bz2 |
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
Diffstat (limited to 'modules/path/path.module')
-rw-r--r-- | modules/path/path.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/path/path.module b/modules/path/path.module index 8b9705945..c8a3caff2 100644 --- a/modules/path/path.module +++ b/modules/path/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> |