diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-07 00:08:36 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-07 00:08:36 +0000 |
commit | 9cff02e91b43dc978023d6cb35ab12ee8c613bf8 (patch) | |
tree | 681a03fe40b520b54fbf41c995ea928d2310edb7 /modules/legacy/legacy.module | |
parent | d8d12d901ddb7cbba95d8f0ba533fbec43b191b2 (diff) | |
download | brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.gz brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.bz2 |
#61802 by Zen, Double spaced sentences clean up
Diffstat (limited to 'modules/legacy/legacy.module')
-rw-r--r-- | modules/legacy/legacy.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/legacy/legacy.module b/modules/legacy/legacy.module index f03db2eb1..d6a34dfcb 100644 --- a/modules/legacy/legacy.module +++ b/modules/legacy/legacy.module @@ -12,8 +12,8 @@ function legacy_help($section) { switch ($section) { case 'admin/help#legacy': - $output = '<p>'. t('The legacy module provides legacy handlers for upgrades from older installations. These handlers help automatically redirect references to pages from old installations and prevent <em>page not found</em> errors for your site.') .'</p>'; - $output .= '<p>'. t('The legacy module handles legacy style taxonomy page, taxonomy feed, and blog feed paths. It also handles URL upgrades from Drupal 4.1. It rewrites old-style URLs to new-style URLs (clean URLs). ') .'</p>'; + $output = '<p>'. t('The legacy module provides legacy handlers for upgrades from older installations. These handlers help automatically redirect references to pages from old installations and prevent <em>page not found</em> errors for your site.') .'</p>'; + $output .= '<p>'. t('The legacy module handles legacy style taxonomy page, taxonomy feed, and blog feed paths. It also handles URL upgrades from Drupal 4.1. It rewrites old-style URLs to new-style URLs (clean URLs). ') .'</p>'; $output .= t('<p>Example Mappings:</p> <ul> <li><em>taxonomy/page/or/52,97</em> to <em>taxonomy/term/52+97</em>.</li> @@ -139,7 +139,7 @@ function legacy_filter($op, $delta = 0, $format = -1, $text = '') { * Rewrite legacy URLs. * * This is a *temporary* filter to rewrite old-style URLs to new-style - * URLs (clean URLs). Currently, URLs are being rewritten dynamically + * URLs (clean URLs). Currently, URLs are being rewritten dynamically * (ie. "on output"), however when these rewrite rules have been tested * enough, we will use them to permanently rewrite the links in node * and comment bodies. |