Make WordPress Core


Ignore:
Timestamp:
10/02/2013 06:50:45 PM (12 years ago)
Author:
nacin
Message:

More string cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r25649 r25658  
    743743        // If we don't have enough free space, it isn't worth trying again
    744744        if ( $total_size >= disk_free_space( ABSPATH ) )
    745             $result = new WP_Error( 'disk_full', __( "There isn't enough free disk space to complete the upgrade." ), $to );
     745            $result = new WP_Error( 'disk_full', __( 'There is not enough free disk space to complete the update.' ), $to );
    746746        else
    747747            $result = _copy_dir( $from . $distro, $to, $skip );
Note: See TracChangeset for help on using the changeset viewer.