I18N: Merge two similar error strings.
Props ramiy. Fixes #39172. git-svn-id: https://develop.svn.wordpress.org/trunk@41572 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5c14c97f9d
commit
1d172096cc
@ -3684,7 +3684,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( ! $comment_ID ) {
|
if ( ! $comment_ID ) {
|
||||||
return new IXR_Error( 403, __( 'An unknown error occurred' ) );
|
return new IXR_Error( 403, __( 'An unidentified error has occurred.' ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -816,7 +816,7 @@ function wp_default_scripts( &$scripts ) {
|
|||||||
'activateImporter' => __( 'Run Importer' ),
|
'activateImporter' => __( 'Run Importer' ),
|
||||||
/* translators: %s: Importer name */
|
/* translators: %s: Importer name */
|
||||||
'activateImporterLabel' => __( 'Run %s' ),
|
'activateImporterLabel' => __( 'Run %s' ),
|
||||||
'unknownError' => __( 'An unknown error occurred' ),
|
'unknownError' => __( 'An unidentified error has occurred.' ),
|
||||||
'connectionError' => __( 'Connection lost or the server is busy. Please try again later.' ),
|
'connectionError' => __( 'Connection lost or the server is busy. Please try again later.' ),
|
||||||
'nonceError' => __( 'An error has occurred. Please reload the page and try again.' ),
|
'nonceError' => __( 'An error has occurred. Please reload the page and try again.' ),
|
||||||
'pluginsFound' => __( 'Number of plugins found: %d' ),
|
'pluginsFound' => __( 'Number of plugins found: %d' ),
|
||||||
|
Loading…
Reference in New Issue
Block a user