diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php index 40233375ed..8299642c7d 100644 --- a/src/wp-includes/media-template.php +++ b/src/wp-includes/media-template.php @@ -417,7 +417,7 @@ function wp_print_media_templates() { <# if ( 'trash' === data.status ) { #> <# } else { #> - + <# } #> @@ -520,7 +520,7 @@ function wp_print_media_templates() { <# if ( 'trash' === data.status ) { #> <# } else { #> - + <# } #> diff --git a/src/wp-includes/media.php b/src/wp-includes/media.php index 73877bfb1d..7a39418f4a 100644 --- a/src/wp-includes/media.php +++ b/src/wp-includes/media.php @@ -2937,7 +2937,7 @@ function wp_enqueue_media( $args = array() ) { 'noItemsFound' => __( 'No items found.' ), 'insertIntoPost' => $hier ? __( 'Insert into page' ) : __( 'Insert into post' ), 'unattached' => __( 'Unattached' ), - 'trash' => __( 'Trash' ), + 'trash' => _x( 'Trash', 'noun' ), 'uploadedToThisPost' => $hier ? __( 'Uploaded to this page' ) : __( 'Uploaded to this post' ), 'warnDelete' => __( "You are about to permanently delete this item.\n 'Cancel' to stop, 'OK' to delete." ), 'warnBulkDelete' => __( "You are about to permanently delete these items.\n 'Cancel' to stop, 'OK' to delete." ),