mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 03:34:33 +00:00
Comment string tweaks:
* Merge two strings about an invalid comment ID. * Add missing context to 'Mark as Spam' string. * Merge two 'In Response To' strings, replace redundant context with a translator comment. props pavelevap. fixes #32334. git-svn-id: https://develop.svn.wordpress.org/trunk@33436 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -161,7 +161,7 @@ if ( isset( $_REQUEST['error'] ) ) {
|
||||
$error_msg = '';
|
||||
switch ( $error ) {
|
||||
case 1 :
|
||||
$error_msg = __( 'Oops, no comment with this ID.' );
|
||||
$error_msg = __( 'Invalid comment ID.' );
|
||||
break;
|
||||
case 2 :
|
||||
$error_msg = __( 'You are not allowed to edit comments on this post.' );
|
||||
|
||||
Reference in New Issue
Block a user