Make WordPress Core


Ignore:
Timestamp:
07/26/2015 11:35:47 PM (9 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-comments.php

    r32974 r33436  
    162162    switch ( $error ) {
    163163        case 1 :
    164             $error_msg = __( 'Oops, no comment with this ID.' );
     164            $error_msg = __( 'Invalid comment ID.' );
    165165            break;
    166166        case 2 :
Note: See TracChangeset for help on using the changeset viewer.