Use same wording as in skintemplate
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 11 Jan 2011 14:27:15 +0000 (14:27 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 11 Jan 2011 14:27:15 +0000 (14:27 +0000)
includes/Skin.php

index 25b0b56..15536c4 100644 (file)
@@ -453,7 +453,7 @@ class Skin extends Linker {
                $out->out( $out->headElement( $this ) );
 
                if ( $wgDebugComments ) {
-                       $out->out( "<!-- Wiki debugging output:\n" .
+                       $out->out( "<!-- Debug output:\n" .
                          $out->mDebugtext . "-->\n" );
                }