Grammar? English doesn't use {{GRAMMAR}} :o
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 23 May 2009 10:16:47 +0000 (10:16 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 23 May 2009 10:16:47 +0000 (10:16 +0000)
includes/SpecialPage.php

index e6e2c8d..2e8bd86 100644 (file)
@@ -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";