* Use talkpagelinktext like elsewhere
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 29 Apr 2007 18:43:46 +0000 (18:43 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 29 Apr 2007 18:43:46 +0000 (18:43 +0000)
includes/SpecialContributions.php

index c61721b..c98826d 100644 (file)
@@ -269,7 +269,7 @@ function contributionsSub( $nt, $id ) {
        $talk = $nt->getTalkPage();
        if( $talk ) {
                # Talk page link
-               $tools[] = $sk->makeLinkObj( $talk, $wgLang->getNsText( NS_TALK ) );
+               $tools[] = $sk->makeLinkObj( $talk, wfMsgHtml( 'talkpagelinktext' ) );
                if( ( $id != 0 && $wgSysopUserBans ) || ( $id == 0 && User::isIP( $nt->getText() ) ) ) {
                        # Block link
                        if( $wgUser->isAllowed( 'block' ) )