]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add link to http://status.net/wiki/Getting_started on installer success screen.
authorBrion Vibber <brion@pobox.com>
Thu, 4 Mar 2010 17:50:54 +0000 (09:50 -0800)
committerBrion Vibber <brion@pobox.com>
Thu, 4 Mar 2010 17:51:44 +0000 (09:51 -0800)
install.php

index 32b0447c889db146fa2f31205de250aaf4572f69..bb53e2b55b4b5a3f08c07951a7f1de14cc8da808 100644 (file)
@@ -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>."
     );
 }