Make WordPress Core

Changeset 35000


Ignore:
Timestamp:
10/10/2015 05:13:57 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Merge two database update strings for consistency.

Props pavelevap.
Fixes #33514.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/upgrade.php

    r34912 r35000  
    112112        if ( get_site_option( 'wpmu_upgrade_site' ) != $GLOBALS['wp_db_version'] ) :
    113113        ?>
    114         <h2><?php _e( 'Database Upgrade Required' ); ?></h2>
     114        <h2><?php _e( 'Database Update Required' ); ?></h2>
    115115        <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>
    116116        <?php endif; ?>
    117117
    118         <p><?php _e( 'The database upgrade process may take a little while, so please be patient.' ); ?></p>
     118        <p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p>
    119119        <p><a class="button" href="upgrade.php?action=upgrade"><?php _e( 'Upgrade Network' ); ?></a></p>
    120120        <?php
  • trunk/src/wp-admin/upgrade.php

    r32642 r35000  
    9595<h2><?php _e( 'Database Update Required' ); ?></h2>
    9696<p><?php _e( 'WordPress has been updated! Before we send you on your way, we have to update your database to the newest version.' ); ?></p>
    97 <p><?php _e( 'The update process may take a little while, so please be patient.' ); ?></p>
     97<p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p>
    9898<p class="step"><a class="button button-large" href="upgrade.php?step=1&amp;backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p>
    9999<?php
Note: See TracChangeset for help on using the changeset viewer.