From 59fb21f835a4b1b4b97b72387e44de9f160d5c25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 23 May 2009 10:16:47 +0000 Subject: [PATCH] Grammar? English doesn't use {{GRAMMAR}} :o --- includes/SpecialPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index e6e2c8dfd3..2e8bd86582 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -608,7 +608,7 @@ class SpecialPage break; } } - if ( !$found ) wfWarn( "Did not found name for special page $name" ); + if ( !$found ) wfWarn( "Did not find name for special page $name" ); } if ( $subpage !== false && !is_null( $subpage ) ) { $name = "$name/$subpage"; -- 2.20.1