From: Ævar Arnfjörð Bjarmason Date: Sun, 23 Oct 2005 19:10:16 +0000 (+0000) Subject: * msg:ncategories => msg:nlinks, all links might not be categories X-Git-Tag: 1.6.0~1343 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=4c24e739c1416d1200fee8d15ffe68bb1dfe1bb4;p=lhc%2Fweb%2Fwiklou.git * msg:ncategories => msg:nlinks, all links might not be categories --- diff --git a/includes/SpecialMostlinkedcategories.php b/includes/SpecialMostlinkedcategories.php index 3dca7256cf..d01e5c5504 100644 --- a/includes/SpecialMostlinkedcategories.php +++ b/includes/SpecialMostlinkedcategories.php @@ -66,7 +66,7 @@ class MostlinkedCategoriesPage extends QueryPage { $plink = $skin->makeLinkObj( $nt, htmlspecialchars( $text ) ); - $nlinks = wfMsg( 'ncategories', $result->value ); + $nlinks = wfMsg( 'nlinks', $result->value ); return "$plink ($nlinks)"; } }