Make WordPress Core


Ignore:
Timestamp:
07/24/2020 12:19:37 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Administration: Capitalize Trash consistently in various messages.

When used as a noun referring to the "virtual" place, Trash should be capitalized.

Follow-up to [47233], [48352].

See #45317, #40244.

File:
1 edited

Legend:

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

    r48352 r48594  
    130130            case 'trash':
    131131                $caution_msg = __( 'You are about to move the following comment to the Trash:' );
    132                 $button      = __( 'Move to trash' );
     132                $button      = __( 'Move to Trash' );
    133133                break;
    134134            case 'delete':
Note: See TracChangeset for help on using the changeset viewer.