? 270919.patch
Index: update.php
===================================================================
RCS file: /cvs/drupal/drupal/update.php,v
retrieving revision 1.254
diff -u -p -r1.254 update.php
--- update.php	14 Apr 2008 17:48:33 -0000	1.254
+++ update.php	23 Jun 2008 18:30:54 -0000
@@ -300,8 +300,8 @@ function update_finished($success, $resu
 function update_results_page() {
   drupal_set_title('Drupal database update');
   // NOTE: we can't use l() here because the URL would point to 'update.php?q=admin'.
-  $links[] = '<a href="' . base_path() . '">Main page</a>';
-  $links[] = '<a href="' . base_path() . '?q=admin">Administration pages</a>';
+  $links[] = '<a href="' . base_path() . '">Home page</a>';
+  $links[] = '<a href="' . base_path() . '?q=admin">Administrative overview page</a>';
 
   update_task_list();
   // Report end result
