Make WordPress Core


Ignore:
Timestamp:
09/24/2014 01:48:27 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Add context for 'Trash' string in media modal.

props pavelevap.
fixes #29739.

File:
1 edited

Legend:

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

    r29760 r29764  
    29382938        'insertIntoPost'         => $hier ? __( 'Insert into page' ) : __( 'Insert into post' ),
    29392939        'unattached'             => __( 'Unattached' ),
    2940         'trash'                  => __( 'Trash' ),
     2940        'trash'                  => _x( 'Trash', 'noun' ),
    29412941        'uploadedToThisPost'     => $hier ? __( 'Uploaded to this page' ) : __( 'Uploaded to this post' ),
    29422942        'warnDelete'             => __( "You are about to permanently delete this item.\n  'Cancel' to stop, 'OK' to delete." ),
Note: See TracChangeset for help on using the changeset viewer.