Make WordPress Core


Ignore:
Timestamp:
02/10/2020 04:10:09 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Administration: Capitalize Trash consistently in various messages and comments.

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

Props garrett-eclipse, aandrewdixon, Presskopp.
Fixes #45317.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r47219 r47233  
    927927        'dismiss'                   => __( 'Dismiss' ),
    928928        'crunching'                 => __( 'Crunching…' ),
    929         'deleted'                   => __( 'moved to the trash.' ),
     929        'deleted'                   => __( 'moved to the Trash.' ),
    930930        /* translators: %s: File name. */
    931931        'error_uploading'           => __( '“%s” has failed to upload.' ),
Note: See TracChangeset for help on using the changeset viewer.