Index: includes/Article.php =================================================================== RCS file: /cvsroot/wikipedia/phase3/includes/Article.php,v retrieving revision 1.17 diff -u -r1.17 Article.php --- includes/Article.php 9 Jun 2003 19:16:38 -0000 1.17 +++ includes/Article.php 25 Jun 2003 08:01:21 -0000 @@ -275,6 +275,13 @@ $wgOut->setHTMLTitle( $wgTitle->getPrefixedText() . " - " . wfMsg( "wikititlesuffix" ) ); + if( $wgTitle->getNamespace() == Namespace::getUser() ) { + $wgOut->setSubtitle( "getNsText(Namespace::getTalk(Namespace::getUser())) . + ":" . $wgTitle->getDbKey(), "action=edit" ) . + "\">" . wfMsg("leaveamessage") . "" ); + } + # We're looking at an old revision if ( $oldid ) { Index: languages/Language.php =================================================================== RCS file: /cvsroot/wikipedia/phase3/languages/Language.php,v retrieving revision 1.16 diff -u -r1.16 Language.php --- languages/Language.php 24 Jun 2003 19:27:21 -0000 1.16 +++ languages/Language.php 25 Jun 2003 08:01:23 -0000 @@ -487,6 +487,7 @@ (see the [[Wikipedia:Help|help page]] for more info). If you are here by mistake, just click your browser's '''back''' button.", "anontalkpagetext" => "---- ''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' ", +"leaveamessage" => "Leave a message for this user", "noarticletext" => "(There is currently no text in this page)", "updated" => "(Updated)", "note" => "Note: ",