From: Aryeh Gregor Date: Fri, 8 Jun 2007 03:42:55 +0000 (+0000) Subject: Add 'Brokenlinks' as an alias for 'Wantedpages'. I suppose this is technically a... X-Git-Tag: 1.31.0-rc.0~52619 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=117f7770f38af5728cf6ed29952aa1276bbf76f8;p=lhc%2Fweb%2Fwiklou.git Add 'Brokenlinks' as an alias for 'Wantedpages'. I suppose this is technically a l10n change, so no RELEASE-NOTES? Incidentally, when are we going to be implementing the readable special page names (with spaces!) for English? --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index ab56af0430..8b1522f3df 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -370,7 +370,7 @@ $specialPageAliases = array( 'Uncategorizedimages' => array( 'Uncategorizedimages' ), 'Unusedcategories' => array( 'Unusedcategories' ), 'Unusedimages' => array( 'Unusedimages' ), - 'Wantedpages' => array( 'Wantedpages' ), + 'Wantedpages' => array( 'Wantedpages', 'Brokenlinks' ), 'Wantedcategories' => array( 'Wantedcategories' ), 'Mostlinked' => array( 'Mostlinked' ), 'Mostlinkedcategories' => array( 'Mostlinkedcategories' ),