Index: trunk/phase3/includes/installer/DatabaseUpdater.php |
— | — | @@ -624,8 +624,8 @@ |
625 | 625 | global $wgLocalisationCacheConf; |
626 | 626 | $wgLocalisationCacheConf['forceRecache'] = true; |
627 | 627 | $cl = $this->maintenance->runChild( 'RebuildLocalisationCache', 'rebuildLocalisationCache.php' ); |
628 | | - $this->output( "Rebuilding Localisation Cache... " ); |
| 628 | + $this->output( "Rebuilding localisation cache...\n" ); |
629 | 629 | $cl->execute(); |
630 | | - $this->output( "done.\n" ); |
| 630 | + $this->output( "Rebuilding localisation cache done.\n" ); |
631 | 631 | } |
632 | 632 | } |