diff options
-rw-r--r-- | update.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update.php b/update.php index 11e33ddf6..98b5d0588 100644 --- a/update.php +++ b/update.php @@ -528,8 +528,8 @@ function update_progress_page_nojs() { function update_finished_page($success) { 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() .'">Main page</a>'; + $links[] = '<a href="'. base_path() .'?q=admin">Administration pages</a>'; update_task_list(); // Report end result |