Make WordPress Core

Changeset 41572


Ignore:
Timestamp:
09/22/2017 08:54:25 PM (7 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge two similar error strings.

Props ramiy.
Fixes #39172.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r41162 r41572  
    36853685
    36863686        if ( ! $comment_ID ) {
    3687             return new IXR_Error( 403, __( 'An unknown error occurred' ) );
     3687            return new IXR_Error( 403, __( 'An unidentified error has occurred.' ) );
    36883688        }
    36893689
  • trunk/src/wp-includes/script-loader.php

    r41570 r41572  
    817817                /* translators: %s: Importer name */
    818818                'activateImporterLabel'      => __( 'Run %s' ),
    819                 'unknownError'               => __( 'An unknown error occurred' ),
     819                'unknownError'               => __( 'An unidentified error has occurred.' ),
    820820                'connectionError'            => __( 'Connection lost or the server is busy. Please try again later.' ),
    821821                'nonceError'                 => __( 'An error has occurred. Please reload the page and try again.' ),
Note: See TracChangeset for help on using the changeset viewer.