Make WordPress Core


Ignore:
Timestamp:
07/24/2020 12:19:37 AM (6 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/includes/class-wp-comments-list-table.php

    r48585 r48594  
    369369                        $actions['delete'] = __( 'Delete permanently' );
    370370                } else {
    371                         $actions['trash'] = __( 'Move to trash' );
     371                        $actions['trash'] = __( 'Move to Trash' );
    372372                }
    373373
Note: See TracChangeset for help on using the changeset viewer.