From 4c24e739c1416d1200fee8d15ffe68bb1dfe1bb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 23 Oct 2005 19:10:16 +0000 Subject: [PATCH] * msg:ncategories => msg:nlinks, all links might not be categories --- includes/SpecialMostlinkedcategories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"; } } -- 2.20.1