summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-03-04 13:05:21 -0500
committerEvan Prodromou <evan@status.net>2010-03-04 13:05:21 -0500
commitb720c7554be2a8e15c3772fe1071c48cf91935d6 (patch)
treead887d786e5ab422f0670dd481b8c1c597c90334 /install.php
parent26f78f5777144d4a04c20fedf0b03df5315b3744 (diff)
parenta3cb285da8fc712caadcc65c9eab9bd98ce79414 (diff)
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 32b0447c8..bb53e2b55 100644
--- a/install.php
+++ b/install.php
@@ -664,7 +664,7 @@ STR;
updateStatus("StatusNet has been installed at $link");
updateStatus(
- "You can visit your <a href='$link'>new StatusNet site</a> (login as '$adminNick')."
+ "<strong>DONE!</strong> You can visit your <a href='$link'>new StatusNet site</a> (login as '$adminNick'). If this is your first StatusNet install, you may want to poke around our <a href='http://status.net/wiki/Getting_started'>Getting Started guide</a>."
);
}