Make WordPress Core

Changeset 41383


Ignore:
Timestamp:
09/16/2017 11:02:17 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Media: Rename "Insert Media" window title to "Add Media" for consistency with the "Add Media" button.

Props danieltj.
Fixes #41704.

Location:
trunk/src/wp-includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/media-views.js

    r41351 r41383  
    21502150 * Sync an attachments selection in a state with another state.
    21512151 *
    2152  * Allows for selecting multiple images in the Insert Media workflow, and then
     2152 * Allows for selecting multiple images in the Add Media workflow, and then
    21532153 * switching to the Insert Gallery workflow while preserving the attachments selection.
    21542154 *
  • trunk/src/wp-includes/js/media/utils/selection-sync.js

    r41351 r41383  
    44 * Sync an attachments selection in a state with another state.
    55 *
    6  * Allows for selecting multiple images in the Insert Media workflow, and then
     6 * Allows for selecting multiple images in the Add Media workflow, and then
    77 * switching to the Insert Gallery workflow while preserving the attachments selection.
    88 *
  • trunk/src/wp-includes/media.php

    r41328 r41383  
    35113511        // Library
    35123512        'mediaLibraryTitle'      => __( 'Media Library' ),
    3513         'insertMediaTitle'       => __( 'Insert Media' ),
     3513        'insertMediaTitle'       => __( 'Add Media' ),
    35143514        'createNewGallery'       => __( 'Create a new gallery' ),
    35153515        'createNewPlaylist'      => __( 'Create a new playlist' ),
Note: See TracChangeset for help on using the changeset viewer.