Make WordPress Core

Ticket #44675: 44675.diff

File 44675.diff, 570 bytes (added by ianbelanger, 6 years ago)

Patch to change verbiage from "Trash" to "Move to Trash"

  • src/wp-admin/includes/class-wp-media-list-table.php

     
    151151                                $actions['untrash'] = __( 'Restore' );
    152152                                $actions['delete']  = __( 'Delete Permanently' );
    153153                        } else {
    154                                 $actions['trash'] = _x( 'Trash', 'verb' );
     154                                $actions['trash'] = __( 'Move to Trash' );
    155155                        }
    156156                } else {
    157157                        $actions['delete'] = __( 'Delete Permanently' );