? more_help.patch
? sites/default/files
? sites/default/settings.php
Index: includes/theme.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/theme.inc,v
retrieving revision 1.417
diff -u -p -r1.417 theme.inc
--- includes/theme.inc	20 Feb 2008 13:39:29 -0000	1.417
+++ includes/theme.inc	16 Mar 2008 02:57:29 -0000
@@ -1449,7 +1449,7 @@ function theme_item_list($items = array(
  * Returns code that emits the 'more help'-link.
  */
 function theme_more_help_link($url) {
-  return '<div class="more-help-link">'. t('[<a href="@link">more help...</a>]', array('@link' => check_url($url))) .'</div>';
+  return '<div class="more-help-link">'. t('<a href="@link">Read more</a>', array('@link' => check_url($url))) .'</div>';
 }
 
 /**
Index: modules/system/system.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.css,v
retrieving revision 1.48
diff -u -p -r1.48 system.css
--- modules/system/system.css	9 Jan 2008 09:56:39 -0000	1.48
+++ modules/system/system.css	16 Mar 2008 02:57:30 -0000
@@ -156,10 +156,6 @@ tr.merge-up, tr.merge-up td, tr.merge-up
 .more-link {
   text-align: right; /* LTR */
 }
-.more-help-link {
-  font-size: 0.85em;
-  text-align: right; /* LTR */
-}
 .nowrap {
   white-space: nowrap;
 }
