summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-04-02 15:15:50 +0000
committerDries Buytaert <dries@buytaert.net>2007-04-02 15:15:50 +0000
commitf1bb6aec891d7e9f397cead68ff41d934c87d096 (patch)
treed179365df4a7387bb312ff699bffdf8504e52b09 /update.php
parent60cb22740b65e54fd5bd1090dca9bd2857c2741c (diff)
downloadbrdo-f1bb6aec891d7e9f397cead68ff41d934c87d096.tar.gz
brdo-f1bb6aec891d7e9f397cead68ff41d934c87d096.tar.bz2
- Proper capitalization.
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
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