From fccada5c08ddd18c28151fba278d148fcd8e3bc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 29 Apr 2007 18:43:46 +0000 Subject: [PATCH] * Use talkpagelinktext like elsewhere --- includes/SpecialContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index c61721bdd3..c98826dc79 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -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' ) ) -- 2.20.1