? more_help.patch
? misc/help.png
? sites/default/files
? sites/default/settings.php
Index: includes/theme.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/theme.inc,v
retrieving revision 1.418
diff -u -p -r1.418 theme.inc
--- includes/theme.inc	25 Mar 2008 14:10:01 -0000	1.418
+++ includes/theme.inc	29 Mar 2008 02:40:33 -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">Get more help on this topic</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	29 Mar 2008 02:40:34 -0000
@@ -153,11 +153,15 @@ tr.merge-up, tr.merge-up td, tr.merge-up
 .marker, .form-required {
   color: #f00;
 }
-.more-link {
+.more-help-link {
   text-align: right; /* LTR */
 }
-.more-help-link {
-  font-size: 0.85em;
+.more-help-link a { 
+  padding: 1px 0 1px 20px;
+  background-image: url(../../misc/help.png);
+  background-repeat: no-repeat;
+}
+.more-link {
   text-align: right; /* LTR */
 }
 .nowrap {
