Adjust wording of r62052
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 7 Feb 2010 17:38:46 +0000 (17:38 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 7 Feb 2010 17:38:46 +0000 (17:38 +0000)
The "and" seems out of place to me.

maintenance/update.php

index ebc17f3..5977a4c 100644 (file)
@@ -34,7 +34,7 @@ print "Going to run database updates for ".wfWikiID()."\n";
 print "Depending on the size of your database this may take a while!\n";
 
 if( !isset( $options['quick'] ) ) {
-       print "Abort with control-c in the next five seconds (and skip this countdown with --quick) ... ";
+       print "Abort with control-c in the next five seconds (skip this countdown with --quick) ... ";
        wfCountDown( 5 );
 }