Make WordPress Core

Changeset 32332


Ignore:
Timestamp:
05/02/2015 09:10:59 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Merge two strings from theme details dialog.

props McGuive7.
fixes #32047.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/themes.php

    r32170 r32332  
    364364            <button class="left dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show previous theme' ); ?></span></button>
    365365            <button class="right dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show next theme' ); ?></span></button>
    366             <button class="close dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Close overlay' ); ?></span></button>
     366            <button class="close dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Close details dialog' ); ?></span></button>
    367367        </div>
    368368        <div class="theme-about">
Note: See TracChangeset for help on using the changeset viewer.