mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
I18N: Further adjust some update/install strings for consistency.
Follow-up to [48568], [48569]. See #50708, #50714. git-svn-id: https://develop.svn.wordpress.org/trunk@48589 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -646,13 +646,13 @@ function do_core_upgrade( $reinstall = false ) {
|
||||
if ( is_wp_error( $result ) ) {
|
||||
show_message( $result );
|
||||
if ( 'up_to_date' != $result->get_error_code() && 'locked' != $result->get_error_code() ) {
|
||||
show_message( __( 'Installation failed' ) );
|
||||
show_message( __( 'Installation failed.' ) );
|
||||
}
|
||||
echo '</div>';
|
||||
return;
|
||||
}
|
||||
|
||||
show_message( __( 'WordPress updated successfully' ) );
|
||||
show_message( __( 'WordPress updated successfully.' ) );
|
||||
show_message(
|
||||
'<span class="hide-if-no-js">' . sprintf(
|
||||
/* translators: 1: WordPress version, 2: URL to About screen. */
|
||||
|
||||
Reference in New Issue
Block a user