Make WordPress Core

Changeset 46489


Ignore:
Timestamp:
10/14/2019 06:01:53 PM (6 years ago)
Author:
afercia
Message:

Accessibility: Media: Improve the text of the Media Modal actions toggle button displayed in the responsive view.

See #47149.

File:
1 edited

Legend:

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

    r46488 r46489  
    181181        <h2 class="media-frame-menu-heading"><?php _ex( 'Actions', 'media modal menu actions' ); ?></h2>
    182182        <button type="button" class="button button-link media-frame-menu-toggle" aria-expanded="false">
    183             <?php _e( 'Media Types' ); ?>
     183            <?php _ex( 'Menu', 'media modal menu' ); ?>
    184184            <span class="dashicons dashicons-arrow-down" aria-hidden="true"></span>
    185185        </button>
Note: See TracChangeset for help on using the changeset viewer.