Clarify a database upgrade string, for 3.7.

props SergeyBiryukov.
fixes #24845.


git-svn-id: https://develop.svn.wordpress.org/trunk@25237 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-09-04 17:49:16 +00:00
parent db5f9800d4
commit 14da301031
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ switch ( $action ) {
<p><?php _e( 'WordPress has been updated! Before we send you on your way, we need to individually upgrade the sites in your network.' ); ?></p>
<?php endif; ?>
<p><?php _e( 'The upgrade process may take a little while, so please be patient.' ); ?></p>
<p><?php _e( 'The database upgrade process may take a little while, so please be patient.' ); ?></p>
<p><a class="button" href="upgrade.php?action=upgrade"><?php _e( 'Upgrade Network' ); ?></a></p>
<?php
do_action( 'wpmu_upgrade_page' );