diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-03-20 13:29:06 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-03-20 13:29:06 +0000 |
commit | 142dd6ba4302d360857d4c0af753caae43ddab0c (patch) | |
tree | 34de47ca33214c26f0f82ad4a1af93869c77b79b /modules/tracker/tracker.module | |
parent | 8145c7695c2889f9b812a433c519952edd39e833 (diff) | |
download | brdo-142dd6ba4302d360857d4c0af753caae43ddab0c.tar.gz brdo-142dd6ba4302d360857d4c0af753caae43ddab0c.tar.bz2 |
Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>.
Diffstat (limited to 'modules/tracker/tracker.module')
-rw-r--r-- | modules/tracker/tracker.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index bbf6c0c5c..fbf587ff6 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -4,7 +4,7 @@ function tracker_help($section = 'admin/help#tracker') { switch ($section) { case 'admin/help#tracker': - return t('<p>The tracker module is a handy module for displaying the most recent posts. By following the <i>recent posts</i> link in the user block, a user may quickly review all recent postings.</p>'); + return t('<p>The tracker module is a handy module for displaying the most recent posts. By following the <em>recent posts</em> link in the user block, a user may quickly review all recent postings.</p>'); case 'admin/system/modules#description': return t('Enables tracking of recent posts for users.'); } |