Make WordPress Core


Ignore:
Timestamp:
07/22/2020 09:57:19 PM (5 years ago)
Author:
whyisjake
Message:

I18N: Merge similar "Installation failed" strings

Fixes #50708.

Props ramiy, ocean90, audrasjb.

File:
1 edited

Legend:

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

    r48447 r48568  
    647647        show_message( $result );
    648648        if ( 'up_to_date' != $result->get_error_code() && 'locked' != $result->get_error_code() ) {
    649             show_message( __( 'Installation Failed' ) );
     649            show_message( __( 'Installation failed' ) );
    650650        }
    651651        echo '</div>';
Note: See TracChangeset for help on using the changeset viewer.