* (bug 18259) Special:DeletedContributions now also uses MediaWiki:Sp-contributions...
[lhc/web/wiklou.git] / includes / specials / SpecialDeletedContributions.php
index 67b05ca..70f701d 100644 (file)
@@ -307,7 +307,7 @@ class DeletedContributionsPage extends SpecialPage {
                        }
                        # Other logs link
                        $tools[] = $sk->makeKnownLinkObj( SpecialPage::getTitleFor( 'Log' ),
-                               wfMsgHtml( 'log' ), 'user=' . $nt->getPartialUrl() );
+                               wfMsgHtml( 'sp-contributions-logs' ), 'user=' . $nt->getPartialUrl() );
                        # Link to undeleted contributions
                        $tools[] = $sk->makeKnownLinkObj( SpecialPage::getTitleFor( 'Contributions', $nt->getDBkey() ),
                                wfMsgHtml( 'contributions' ) );