? cron_usability_help_text.patch
? output.txt
? xoutput.txt
? youtput.txt
? sites/default/settings.php
Index: modules/system/system.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.install,v
retrieving revision 1.185
diff -u -p -r1.185 system.install
--- modules/system/system.install	19 Nov 2007 19:04:48 -0000	1.185
+++ modules/system/system.install	20 Nov 2007 06:58:51 -0000
@@ -96,7 +96,7 @@ function system_requirements($phase) {
     // Cron error threshold defaults to two weeks.
     $threshold_error = variable_get('cron_threshold_error', 1209600);
     // Cron configuration help text.
-    $help = $t('Please check the help pages for <a href="@url">configuring cron jobs</a>.', array('@url' => 'http://drupal.org/cron'));
+    $help = $t('Please check the help pages for <a href="@url">configuring cron jobs</a> or you can <a href="@cron">run cron manually</a>.', array('@url' => 'http://drupal.org/cron', '@cron' => url('admin/reports/status/run-cron')));
 
     // Determine when cron last ran. If never, use the install time to
     // determine the warning or error status.
@@ -140,7 +140,7 @@ function system_requirements($phase) {
       'title' => $t('Cron maintenance tasks'),
       'severity' => $severity,
       'value' => $summary,
-      'description' => $description .' '. $t('You can <a href="@cron">run cron manually</a>.', array('@cron' => url('admin/reports/status/run-cron'))),
+      'description' => $description,
     );
   }
 
