Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:06:26 PM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Further adjust some update/install strings for consistency.

Follow-up to [48568], [48569].

See #50708, #50714.

File:
1 edited

Legend:

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

    r48568 r48589  
    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>';
     
    653653    }
    654654
    655     show_message( __( 'WordPress updated successfully' ) );
     655    show_message( __( 'WordPress updated successfully.' ) );
    656656    show_message(
    657657        '<span class="hide-if-no-js">' . sprintf(
Note: See TracChangeset for help on using the changeset viewer.