Index: system.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.install,v
retrieving revision 1.291
diff -u -r1.291 system.install
--- system.install	3 Dec 2008 16:32:22 -0000	1.291
+++ system.install	6 Dec 2008 19:50:33 -0000
@@ -88,7 +88,7 @@
         $description .= ' ' . $t('Contact your system administrator or hosting provider for assistance with increasing your PHP memory limit.');
       }
 
-      $requirements['php_memory_limit']['description'] = $description . ' ' . $t('See the <a href="@url">Drupal requirements</a> for more information.', array('@url' => 'http://drupal.org/requirements'));
+      $requirements['php_memory_limit']['description'] = $description . ' ' . $t('See the <a href="@url">Drupal requirements</a> or the online handbook entry for <a href="@php_memory_limit-handbook">increasing the PHP memory limit</a> for more information.', array('@url' => 'http://drupal.org/requirements', '@php_memory_limit-handbook' => 'http://drupal.org/node/207036'));
       $requirements['php_memory_limit']['severity'] = REQUIREMENT_WARNING;
     }
   }

