bug 23839: "Refreshing links table" -> "Refreshing links tables"
authorBrion Vibber <brion@pobox.com>
Wed, 25 Sep 2013 16:14:27 +0000 (09:14 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 25 Sep 2013 16:14:27 +0000 (09:14 -0700)
There's not a single links table; there are several tables. :)

Change-Id: Ie2a76da3d047a41d102442be1919796bcd7bf2d2

maintenance/refreshLinks.php

index 0e6725c..98ea930 100644 (file)
@@ -160,7 +160,7 @@ class RefreshLinks extends Maintenance {
                        }
 
                        if ( !$redirectsOnly ) {
-                               $this->output( "Refreshing links table.\n" );
+                               $this->output( "Refreshing links tables.\n" );
                                $this->output( "Starting from page_id $start of $end.\n" );
 
                                for ( $id = $start; $id <= $end; $id++ ) {