Followup r101449, bit better message output
authorSam Reed <reedy@users.mediawiki.org>
Tue, 1 Nov 2011 05:33:57 +0000 (05:33 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 1 Nov 2011 05:33:57 +0000 (05:33 +0000)
includes/installer/DatabaseUpdater.php

index 1d2897b..6461da8 100644 (file)
@@ -624,8 +624,8 @@ abstract class DatabaseUpdater {
                global $wgLocalisationCacheConf;
                $wgLocalisationCacheConf['forceRecache'] = true;
                $cl = $this->maintenance->runChild( 'RebuildLocalisationCache', 'rebuildLocalisationCache.php' );
-               $this->output( "Rebuilding Localisation Cache... " );
+               $this->output( "Rebuilding localisation cache...\n" );
                $cl->execute();
-               $this->output( "done.\n" );
+               $this->output( "Rebuilding localisation cache done.\n" );
        }
 }