(bug 23732) Clarified "n links" message on Special:MostLinkedFiles
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 30 Oct 2010 13:03:41 +0000 (13:03 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 30 Oct 2010 13:03:41 +0000 (13:03 +0000)
RELEASE-NOTES
includes/specials/SpecialMostimages.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 26075cf..e83d74c 100644 (file)
@@ -375,6 +375,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 22308) Search now finds text in default main page immediately after setup
 * (bug 25697) Make sure empty lines render in diff view.
 * Use an actual minus sign in diff views, instead of a hyphen.
+* (bug 23732) Clarified "n links" message on Special:MostLinkedFiles
 
 === API changes in 1.17 ===
 * (bug 22738) Allow filtering by action type on query=logevent.
index e846b30..411a281 100644 (file)
@@ -53,7 +53,7 @@ class MostimagesPage extends ImageQueryPage {
 
        function getCellHtml( $row ) {
                global $wgLang;
-               return wfMsgExt( 'nlinks',  array( 'parsemag', 'escape' ),
+               return wfMsgExt( 'nimagelinks',  array( 'parsemag', 'escape' ),
                        $wgLang->formatNum( $row->value ) ) . '<br />';
        }
 
index f9ddda9..54e736c 100644 (file)
@@ -2429,6 +2429,7 @@ It now redirects to [[$2]].',
 'nmembers'                        => '$1 {{PLURAL:$1|member|members}}',
 'nrevisions'                      => '$1 {{PLURAL:$1|revision|revisions}}',
 'nviews'                          => '$1 {{PLURAL:$1|view|views}}',
+'nimagelinks'                     => 'Used on $1 {{PLURAL:$1|page|pages}}',
 'specialpage-empty'               => 'There are no results for this report.',
 'lonelypages'                     => 'Orphaned pages',
 'lonelypages-summary'             => '', # do not translate or duplicate this message to other languages
index 80e7c37..d040eed 100644 (file)
@@ -1518,6 +1518,7 @@ $wgMessageStructure = array(
                'nrevisions',
                'nviews',
                'nchanges',
+               'nimagelinks',
                'specialpage-empty',
                'lonelypages',
                'lonelypages-summary',