From f1bb6aec891d7e9f397cead68ff41d934c87d096 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 2 Apr 2007 15:15:50 +0000 Subject: - Proper capitalization. --- update.php | 4 ++-- 1 file 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[] = 'main page'; - $links[] = 'administration pages'; + $links[] = 'Main page'; + $links[] = 'Administration pages'; update_task_list(); // Report end result -- cgit v1.2.3