Index: trunk/phase3/maintenance/update.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | print "Depending on the size of your database this may take a while!\n"; |
36 | 36 | |
37 | 37 | if( !isset( $options['quick'] ) ) { |
38 | | - print "Abort with control-c in the next five seconds (and skip this countdown with --quick) ... "; |
| 38 | + print "Abort with control-c in the next five seconds (skip this countdown with --quick) ... "; |
39 | 39 | wfCountDown( 5 ); |
40 | 40 | } |
41 | 41 | |