From: Alexandre Emsenhuber Date: Mon, 15 Jun 2009 20:10:38 +0000 (+0000) Subject: Added new message 'sp-deletedcontributions-contribs' for the link to Special:Contribu... X-Git-Tag: 1.31.0-rc.0~41354 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=6543842e52a088f581688dda790450999e303c46;p=lhc%2Fweb%2Fwiklou.git Added new message 'sp-deletedcontributions-contribs' for the link to Special:Contributions at the top of Special:DeletedContributions so it is possible to have a non-capitalized link, more or less the same as 48906 --- diff --git a/includes/specials/SpecialDeletedContributions.php b/includes/specials/SpecialDeletedContributions.php index 1fe7947d50..7593be9f81 100644 --- a/includes/specials/SpecialDeletedContributions.php +++ b/includes/specials/SpecialDeletedContributions.php @@ -361,7 +361,7 @@ class DeletedContributionsPage extends SpecialPage { # Link to undeleted contributions $tools[] = $sk->linkKnown( SpecialPage::getTitleFor( 'Contributions', $nt->getDBkey() ), - wfMsgHtml( 'contributions' ) + wfMsgHtml( 'sp-deletedcontributions-contribs' ) ); wfRunHooks( 'ContributionsToolLinks', array( $id, $nt, &$tools ) ); diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index a549bc1b8d..a4f535c195 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2302,8 +2302,9 @@ Also see [[Special:WantedCategories|wanted categories]].', 'special-categories-sort-abc' => 'sort alphabetically', # Special:DeletedContributions -'deletedcontributions' => 'Deleted user contributions', -'deletedcontributions-title' => 'Deleted user contributions', +'deletedcontributions' => 'Deleted user contributions', +'deletedcontributions-title' => 'Deleted user contributions', +'sp-deletedcontributions-contribs' => 'contributions', # Special:LinkSearch 'linksearch' => 'External links', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 2c1c3adf4f..320e32de00 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1548,6 +1548,7 @@ $wgMessageStructure = array( 'deletedcontribs' => array( 'deletedcontributions', 'deletedcontributions-title', + 'sp-deletedcontributions-contribs', ), 'linksearch' => array( 'linksearch',