Index: trunk/phase3/includes/SpecialContributions.php |
— | — | @@ -269,7 +269,7 @@ |
270 | 270 | $talk = $nt->getTalkPage(); |
271 | 271 | if( $talk ) { |
272 | 272 | # Talk page link |
273 | | - $tools[] = $sk->makeLinkObj( $talk, $wgLang->getNsText( NS_TALK ) ); |
| 273 | + $tools[] = $sk->makeLinkObj( $talk, wfMsgHtml( 'talkpagelinktext' ) ); |
274 | 274 | if( ( $id != 0 && $wgSysopUserBans ) || ( $id == 0 && User::isIP( $nt->getText() ) ) ) { |
275 | 275 | # Block link |
276 | 276 | if( $wgUser->isAllowed( 'block' ) ) |