Fixes.
authorRotem Liss <rotem@users.mediawiki.org>
Tue, 10 Oct 2006 20:26:28 +0000 (20:26 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Tue, 10 Oct 2006 20:26:28 +0000 (20:26 +0000)
maintenance/language/transstat.php

index f3e27d3..590da12 100644 (file)
@@ -103,11 +103,11 @@ class wikiStatsOutput extends statsOutput {
        }
 }
 
-/** Outputs WikiText and appends category only used for Meta-Wiki */
+/** Outputs WikiText and appends category and text only used for Meta-Wiki */
 class metawikiStatsOutput extends wikiStatsOutput {
-       function header() {
-               echo "See [[MediaWiki localisation]] to learn how you can help translating MediaWiki.\n";
-               parent::header();
+       function heading() {
+               echo "See [[MediaWiki localisation]] to learn how you can help translating MediaWiki.\n\n";
+               parent::heading();
        }
        function footer() {
                parent::footer();