Make WordPress Core


Ignore:
Timestamp:
04/08/2019 11:53:02 PM (6 years ago)
Author:
pento
Message:

Media: Update the media bulk action labels for consistency.

Props ianbelanger, garrett-eclipse, afercia, Presskopp.
Fixes #44675.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-media-list-table.php

    r43571 r45147  
    152152                $actions['delete']  = __( 'Delete Permanently' );
    153153            } else {
    154                 $actions['trash'] = _x( 'Trash', 'verb' );
     154                $actions['trash'] = __( 'Move to Trash' );
    155155            }
    156156        } else {
Note: See TracChangeset for help on using the changeset viewer.