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

Props danieltj.
Fixes #41704.
Built from https://develop.svn.wordpress.org/trunk@41383


git-svn-id: http://core.svn.wordpress.org/trunk@41216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-09-16 11:03:45 +00:00
parent ca92da1dcc
commit 2f701f7d0e
3 changed files with 3 additions and 3 deletions

View File

@ -2149,7 +2149,7 @@ module.exports = State;
*
* Sync an attachments selection in a state with another state.
*
* Allows for selecting multiple images in the Insert Media workflow, and then
* Allows for selecting multiple images in the Add Media workflow, and then
* switching to the Insert Gallery workflow while preserving the attachments selection.
*
* @memberOf wp.media

View File

@ -3510,7 +3510,7 @@ function wp_enqueue_media( $args = array() ) {
// Library
'mediaLibraryTitle' => __( 'Media Library' ),
'insertMediaTitle' => __( 'Insert Media' ),
'insertMediaTitle' => __( 'Add Media' ),
'createNewGallery' => __( 'Create a new gallery' ),
'createNewPlaylist' => __( 'Create a new playlist' ),
'createNewVideoPlaylist' => __( 'Create a new video playlist' ),

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41382';
$wp_version = '4.9-alpha-41383';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.