Make WordPress Core


Ignore:
Timestamp:
07/24/2020 12:19:37 AM (5 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-includes/media.php

    r48547 r48594  
    42164216        'warnBulkTrash'               => __( "You are about to trash these items.\n  'Cancel' to stop, 'OK' to delete." ),
    42174217        'bulkSelect'                  => __( 'Bulk select' ),
    4218         'trashSelected'               => __( 'Move to trash' ),
    4219         'restoreSelected'             => __( 'Restore from trash' ),
     4218        'trashSelected'               => __( 'Move to Trash' ),
     4219        'restoreSelected'             => __( 'Restore from Trash' ),
    42204220        'deletePermanently'           => __( 'Delete permanently' ),
    42214221        'apply'                       => __( 'Apply' ),
Note: See TracChangeset for help on using the changeset viewer.