Make WordPress Core


Ignore:
Timestamp:
04/08/2019 11:53:02 PM (7 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-includes/media.php

    r44969 r45147  
    36813681                'warnBulkTrash'               => __( "You are about to trash these items.\n  'Cancel' to stop, 'OK' to delete." ),
    36823682                'bulkSelect'                  => __( 'Bulk Select' ),
    3683                 'cancelSelection'             => __( 'Cancel Selection' ),
    3684                 'trashSelected'               => __( 'Trash Selected' ),
    3685                 'untrashSelected'             => __( 'Untrash Selected' ),
    3686                 'deleteSelected'              => __( 'Delete Selected' ),
     3683                'trashSelected'               => __( 'Move to Trash' ),
     3684                'restoreSelected'             => __( 'Restore from Trash' ),
    36873685                'deletePermanently'           => __( 'Delete Permanently' ),
    36883686                'apply'                       => __( 'Apply' ),
Note: See TracChangeset for help on using the changeset viewer.