Index: trunk/phase3/includes/Skin.php |
— | — | @@ -453,7 +453,7 @@ |
454 | 454 | $out->out( $out->headElement( $this ) ); |
455 | 455 | |
456 | 456 | if ( $wgDebugComments ) { |
457 | | - $out->out( "<!-- Wiki debugging output:\n" . |
| 457 | + $out->out( "<!-- Debug output:\n" . |
458 | 458 | $out->mDebugtext . "-->\n" ); |
459 | 459 | } |
460 | 460 | |